Get Custom IPPrefix Result
data class GetCustomIPPrefixResult(val asn: String? = null, val authorizationMessage: String? = null, val childCustomIpPrefixes: List<SubResourceResponse>, val cidr: String? = null, val commissionedState: String? = null, val customIpPrefixParent: SubResourceResponse? = null, val etag: String, val expressRouteAdvertise: Boolean? = null, val extendedLocation: ExtendedLocationResponse? = null, val failedReason: String, val geo: String? = null, val id: String? = null, val location: String? = null, val name: String, val noInternetAdvertise: Boolean? = null, val prefixType: String? = null, val provisioningState: String, val publicIpPrefixes: List<SubResourceResponse>, val resourceGuid: String, val signedMessage: String? = null, val tags: Map<String, String>? = null, val type: String, val zones: List<String>? = null)
Custom IP prefix resource.
Constructors
Link copied to clipboard
fun GetCustomIPPrefixResult(asn: String? = null, authorizationMessage: String? = null, childCustomIpPrefixes: List<SubResourceResponse>, cidr: String? = null, commissionedState: String? = null, customIpPrefixParent: SubResourceResponse? = null, etag: String, expressRouteAdvertise: Boolean? = null, extendedLocation: ExtendedLocationResponse? = null, failedReason: String, geo: String? = null, id: String? = null, location: String? = null, name: String, noInternetAdvertise: Boolean? = null, prefixType: String? = null, provisioningState: String, publicIpPrefixes: List<SubResourceResponse>, resourceGuid: String, signedMessage: String? = null, tags: Map<String, String>? = null, type: String, zones: List<String>? = null)
Types
Properties
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard