Get Subnet Result
data class GetSubnetResult(val addressPrefix: String, val addressPrefixes: List<String>, val defaultOutboundAccessEnabled: Boolean, val id: String, val name: String, val networkSecurityGroupId: String, val privateEndpointNetworkPolicies: String, val privateLinkServiceNetworkPoliciesEnabled: Boolean, val resourceGroupName: String, val routeTableId: String, val serviceEndpoints: List<String>, val virtualNetworkName: String)
A collection of values returned by getSubnet.
Constructors
Link copied to clipboard
constructor(addressPrefix: String, addressPrefixes: List<String>, defaultOutboundAccessEnabled: Boolean, id: String, name: String, networkSecurityGroupId: String, privateEndpointNetworkPolicies: String, privateLinkServiceNetworkPoliciesEnabled: Boolean, resourceGroupName: String, routeTableId: String, serviceEndpoints: List<String>, virtualNetworkName: String)
Properties
Link copied to clipboard
Link copied to clipboard
The address prefixes for the subnet.
Link copied to clipboard
Is the default outbound access enabled for the subnet.
Link copied to clipboard
The ID of the Network Security Group associated with the subnet.
Link copied to clipboard
Enable or Disable network policies for the private endpoint on the subnet.
Link copied to clipboard
Enable or Disable network policies for the private link service on the subnet.
Link copied to clipboard
Link copied to clipboard
The ID of the Route Table associated with this subnet.
Link copied to clipboard
A list of Service Endpoints within this subnet.
Link copied to clipboard