GetDedicatedCloudServiceResult

data class GetDedicatedCloudServiceResult(val gatewaySubnet: String, val id: String, val isAccountOnboarded: String, val location: String, val name: String, val nodes: Int, val serviceURL: String, val tags: Map<String, String>? = null, val type: String)

Dedicated cloud service model

Constructors

Link copied to clipboard
constructor(gatewaySubnet: String, id: String, isAccountOnboarded: String, location: String, name: String, nodes: Int, serviceURL: String, tags: Map<String, String>? = null, type: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

gateway Subnet for the account. It will collect the subnet address and always treat it as /28

Link copied to clipboard
val id: String

/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/dedicatedCloudServices/{dedicatedCloudServiceName}

Link copied to clipboard

indicates whether account onboarded or not in a given region

Link copied to clipboard

Azure region

Link copied to clipboard

{dedicatedCloudServiceName}

Link copied to clipboard
val nodes: Int

total nodes purchased

Link copied to clipboard

link to a service management web portal

Link copied to clipboard
val tags: Map<String, String>? = null

The list of tags

Link copied to clipboard

{resourceProviderNamespace}/{resourceType}