Get Custom IPPrefix Result
data class GetCustomIPPrefixResult(val cidr: String? = null, val commissionedState: String? = null, val etag: String, val extendedLocation: ExtendedLocationResponse? = null, val id: String? = null, val location: String? = null, val name: String, val provisioningState: String, val publicIpPrefixes: List<SubResourceResponse>, val resourceGuid: String, val tags: Map<String, String>? = null, val type: String, val zones: List<String>? = null)
Custom IP prefix resource.
Constructors
Link copied to clipboard
constructor(cidr: String? = null, commissionedState: String? = null, etag: String, extendedLocation: ExtendedLocationResponse? = null, id: String? = null, location: String? = null, name: String, provisioningState: String, publicIpPrefixes: List<SubResourceResponse>, resourceGuid: String, tags: Map<String, String>? = null, type: String, zones: List<String>? = null)
Properties
Link copied to clipboard
The commissioned state of the Custom IP Prefix.
Link copied to clipboard
The extended location of the custom IP prefix.
Link copied to clipboard
The provisioning state of the custom IP prefix resource.
Link copied to clipboard
The list of all referenced PublicIpPrefixes.
Link copied to clipboard
The resource GUID property of the custom IP prefix resource.