Get NGroup Result
data class GetNGroupResult(val containerGroupProfiles: List<ContainerGroupProfileStubResponse>? = null, val elasticProfile: ElasticProfileResponse? = null, val id: String, val identity: NGroupIdentityResponse? = null, val location: String? = null, val name: String, val provisioningState: String, val systemData: SystemDataResponse, val tags: Map<String, String>? = null, val type: String, val zones: List<String>? = null)
Describes a nGroup.
Constructors
Link copied to clipboard
constructor(containerGroupProfiles: List<ContainerGroupProfileStubResponse>? = null, elasticProfile: ElasticProfileResponse? = null, id: String, identity: NGroupIdentityResponse? = null, location: String? = null, name: String, provisioningState: String, systemData: SystemDataResponse, tags: Map<String, String>? = null, type: String, zones: List<String>? = null)
Properties
Link copied to clipboard
The Container Group Profiles that could be used in a nGroup.
Link copied to clipboard
The elastic profile.
Link copied to clipboard
The identity of the nGroup, if configured.
Link copied to clipboard
The provisioning state, which only appears in the response.
Link copied to clipboard
Metadata pertaining to creation and last modification of the resource.