Get Public IPPrefix Result
data class GetPublicIPPrefixResult(val customIPPrefix: SubResourceResponse? = null, val etag: String, val extendedLocation: ExtendedLocationResponse? = null, val id: String? = null, val ipPrefix: String, val ipTags: List<IpTagResponse>? = null, val loadBalancerFrontendIpConfiguration: SubResourceResponse, val location: String? = null, val name: String, val natGateway: NatGatewayResponse? = null, val prefixLength: Int? = null, val provisioningState: String, val publicIPAddressVersion: String? = null, val publicIPAddresses: List<ReferencedPublicIpAddressResponse>, val resourceGuid: String, val sku: PublicIPPrefixSkuResponse? = null, val tags: Map<String, String>? = null, val type: String, val zones: List<String>? = null)
Public IP prefix resource.
Constructors
Link copied to clipboard
fun GetPublicIPPrefixResult(customIPPrefix: SubResourceResponse? = null, etag: String, extendedLocation: ExtendedLocationResponse? = null, id: String? = null, ipPrefix: String, ipTags: List<IpTagResponse>? = null, loadBalancerFrontendIpConfiguration: SubResourceResponse, location: String? = null, name: String, natGateway: NatGatewayResponse? = null, prefixLength: Int? = null, provisioningState: String, publicIPAddressVersion: String? = null, publicIPAddresses: List<ReferencedPublicIpAddressResponse>, resourceGuid: String, sku: PublicIPPrefixSkuResponse? = null, tags: Map<String, String>? = null, type: String, zones: List<String>? = null)