Get Subnet Result
data class GetSubnetResult(val addressPrefix: String? = null, val addressPrefixes: List<String>? = null, val applicationGatewayIPConfigurations: List<ApplicationGatewayIPConfigurationResponse>? = null, val delegations: List<DelegationResponse>? = null, val etag: String, val id: String? = null, val ipAllocations: List<SubResourceResponse>? = null, val ipConfigurationProfiles: List<IPConfigurationProfileResponse>, val ipConfigurations: List<IPConfigurationResponse>, val name: String? = null, val natGateway: SubResourceResponse? = null, val networkSecurityGroup: NetworkSecurityGroupResponse? = null, val privateEndpointNetworkPolicies: String? = null, val privateEndpoints: List<PrivateEndpointResponse>, val privateLinkServiceNetworkPolicies: String? = null, val provisioningState: String, val purpose: String, val resourceNavigationLinks: List<ResourceNavigationLinkResponse>, val routeTable: RouteTableResponse? = null, val serviceAssociationLinks: List<ServiceAssociationLinkResponse>, val serviceEndpointPolicies: List<ServiceEndpointPolicyResponse>? = null, val serviceEndpoints: List<ServiceEndpointPropertiesFormatResponse>? = null, val type: String? = null)
Subnet in a virtual network resource.
Constructors
Link copied to clipboard
fun GetSubnetResult(addressPrefix: String? = null, addressPrefixes: List<String>? = null, applicationGatewayIPConfigurations: List<ApplicationGatewayIPConfigurationResponse>? = null, delegations: List<DelegationResponse>? = null, etag: String, id: String? = null, ipAllocations: List<SubResourceResponse>? = null, ipConfigurationProfiles: List<IPConfigurationProfileResponse>, ipConfigurations: List<IPConfigurationResponse>, name: String? = null, natGateway: SubResourceResponse? = null, networkSecurityGroup: NetworkSecurityGroupResponse? = null, privateEndpointNetworkPolicies: String? = null, privateEndpoints: List<PrivateEndpointResponse>, privateLinkServiceNetworkPolicies: String? = null, provisioningState: String, purpose: String, resourceNavigationLinks: List<ResourceNavigationLinkResponse>, routeTable: RouteTableResponse? = null, serviceAssociationLinks: List<ServiceAssociationLinkResponse>, serviceEndpointPolicies: List<ServiceEndpointPolicyResponse>? = null, serviceEndpoints: List<ServiceEndpointPropertiesFormatResponse>? = null, type: 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