GetContainerGroupResult

constructor(containers: List<ContainerResponse>, diagnostics: ContainerGroupDiagnosticsResponse? = null, dnsConfig: DnsConfigurationResponse? = null, encryptionProperties: EncryptionPropertiesResponse? = null, id: String, identity: ContainerGroupIdentityResponse? = null, imageRegistryCredentials: List<ImageRegistryCredentialResponse>? = null, initContainers: List<InitContainerDefinitionResponse>? = null, instanceView: ContainerGroupResponseInstanceView, ipAddress: IpAddressResponse? = null, location: String? = null, name: String, networkProfile: ContainerGroupNetworkProfileResponse? = null, osType: String, provisioningState: String, restartPolicy: String? = null, sku: String? = null, tags: Map<String, String>? = null, type: String, volumes: List<VolumeResponse>? = null)