Uses of Class
com.azure.resourcemanager.network.fluent.models.SubnetPropertiesFormatInner
Packages that use SubnetPropertiesFormatInner
Package
Description
Package containing the inner data models for NetworkManagementClient.
-
Uses of SubnetPropertiesFormatInner in com.azure.resourcemanager.network.fluent.models
Methods in com.azure.resourcemanager.network.fluent.models that return SubnetPropertiesFormatInnerModifier and TypeMethodDescriptionstatic SubnetPropertiesFormatInnerSubnetPropertiesFormatInner.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of SubnetPropertiesFormatInner from the JsonReader.SubnetPropertiesFormatInner.withAddressPrefix(String addressPrefix) Set the addressPrefix property: The address prefix for the subnet.SubnetPropertiesFormatInner.withAddressPrefixes(List<String> addressPrefixes) Set the addressPrefixes property: List of address prefixes for the subnet.SubnetPropertiesFormatInner.withApplicationGatewayIpConfigurations(List<ApplicationGatewayIpConfigurationInner> applicationGatewayIpConfigurations) Set the applicationGatewayIpConfigurations property: Application gateway IP configurations of virtual network resource.SubnetPropertiesFormatInner.withDefaultOutboundAccess(Boolean defaultOutboundAccess) Set the defaultOutboundAccess property: Set this property to false to disable default outbound connectivity for all VMs in the subnet.SubnetPropertiesFormatInner.withDelegations(List<Delegation> delegations) Set the delegations property: An array of references to the delegations on the subnet.SubnetPropertiesFormatInner.withIpAllocations(List<com.azure.core.management.SubResource> ipAllocations) Set the ipAllocations property: Array of IpAllocation which reference this subnet.SubnetPropertiesFormatInner.withIpamPoolPrefixAllocations(List<IpamPoolPrefixAllocation> ipamPoolPrefixAllocations) Set the ipamPoolPrefixAllocations property: A list of IPAM Pools for allocating IP address prefixes.SubnetPropertiesFormatInner.withNatGateway(com.azure.core.management.SubResource natGateway) Set the natGateway property: Nat gateway associated with this subnet.SubnetPropertiesFormatInner.withNetworkSecurityGroup(NetworkSecurityGroupInner networkSecurityGroup) Set the networkSecurityGroup property: The reference to the NetworkSecurityGroup resource.SubnetPropertiesFormatInner.withPrivateEndpointNetworkPolicies(VirtualNetworkPrivateEndpointNetworkPolicies privateEndpointNetworkPolicies) Set the privateEndpointNetworkPolicies property: Enable or Disable apply network policies on private end point in the subnet.SubnetPropertiesFormatInner.withPrivateLinkServiceNetworkPolicies(VirtualNetworkPrivateLinkServiceNetworkPolicies privateLinkServiceNetworkPolicies) Set the privateLinkServiceNetworkPolicies property: Enable or Disable apply network policies on private link service in the subnet.SubnetPropertiesFormatInner.withRouteTable(RouteTableInner routeTable) Set the routeTable property: The reference to the RouteTable resource.SubnetPropertiesFormatInner.withServiceEndpointPolicies(List<ServiceEndpointPolicyInner> serviceEndpointPolicies) Set the serviceEndpointPolicies property: An array of service endpoint policies.SubnetPropertiesFormatInner.withServiceEndpoints(List<ServiceEndpointPropertiesFormat> serviceEndpoints) Set the serviceEndpoints property: An array of service endpoints.SubnetPropertiesFormatInner.withSharingScope(SharingScope sharingScope) Set the sharingScope property: Set this property to Tenant to allow sharing subnet with other subscriptions in your AAD tenant.