| Package | Description |
|---|---|
| com.azure.resourcemanager.network.fluent |
Package containing the service clients for NetworkManagementClient.
|
| com.azure.resourcemanager.network.fluent.models |
Package containing the inner data models for NetworkManagementClient.
|
| Modifier and Type | Method and Description |
|---|---|
SubnetInner |
SubnetsClient.createOrUpdate(String resourceGroupName,
String virtualNetworkName,
String subnetName,
SubnetInner subnetParameters)
Creates or updates a subnet in the specified virtual network.
|
SubnetInner |
SubnetsClient.createOrUpdate(String resourceGroupName,
String virtualNetworkName,
String subnetName,
SubnetInner subnetParameters,
com.azure.core.util.Context context)
Creates or updates a subnet in the specified virtual network.
|
SubnetInner |
SubnetsClient.get(String resourceGroupName,
String virtualNetworkName,
String subnetName)
Gets the specified subnet by virtual network and resource group.
|
| Modifier and Type | Method and Description |
|---|---|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<SubnetInner>,SubnetInner> |
SubnetsClient.beginCreateOrUpdate(String resourceGroupName,
String virtualNetworkName,
String subnetName,
SubnetInner subnetParameters)
Creates or updates a subnet in the specified virtual network.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<SubnetInner>,SubnetInner> |
SubnetsClient.beginCreateOrUpdate(String resourceGroupName,
String virtualNetworkName,
String subnetName,
SubnetInner subnetParameters,
com.azure.core.util.Context context)
Creates or updates a subnet in the specified virtual network.
|
com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<SubnetInner>,SubnetInner> |
SubnetsClient.beginCreateOrUpdateAsync(String resourceGroupName,
String virtualNetworkName,
String subnetName,
SubnetInner subnetParameters)
Creates or updates a subnet in the specified virtual network.
|
SubnetInner |
SubnetsClient.createOrUpdate(String resourceGroupName,
String virtualNetworkName,
String subnetName,
SubnetInner subnetParameters)
Creates or updates a subnet in the specified virtual network.
|
SubnetInner |
SubnetsClient.createOrUpdate(String resourceGroupName,
String virtualNetworkName,
String subnetName,
SubnetInner subnetParameters,
com.azure.core.util.Context context)
Creates or updates a subnet in the specified virtual network.
|
Mono<SubnetInner> |
SubnetsClient.createOrUpdateAsync(String resourceGroupName,
String virtualNetworkName,
String subnetName,
SubnetInner subnetParameters)
Creates or updates a subnet in the specified virtual network.
|
Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> |
SubnetsClient.createOrUpdateWithResponseAsync(String resourceGroupName,
String virtualNetworkName,
String subnetName,
SubnetInner subnetParameters)
Creates or updates a subnet in the specified virtual network.
|
| Modifier and Type | Method and Description |
|---|---|
SubnetInner |
IpConfigurationInner.subnet()
Get the subnet property: The reference to the subnet resource.
|
SubnetInner |
PrivateLinkServiceIpConfigurationInner.subnet()
Get the subnet property: The reference to the subnet resource.
|
SubnetInner |
PrivateEndpointInner.subnet()
Get the subnet property: The ID of the subnet from which the private IP will be allocated.
|
SubnetInner |
FrontendIpConfigurationInner.subnet()
Get the subnet property: The reference to the subnet resource.
|
SubnetInner |
NetworkInterfaceIpConfigurationInner.subnet()
Get the subnet property: Subnet bound to the IP configuration.
|
SubnetInner |
IpConfigurationProfileInner.subnet()
Get the subnet property: The reference to the subnet resource to create a container network interface ip
configuration.
|
SubnetInner |
HubIpConfigurationInner.subnet()
Get the subnet property: The reference to the subnet resource.
|
SubnetInner |
SubnetInner.withAddressPrefix(String addressPrefix)
Set the addressPrefix property: The address prefix for the subnet.
|
SubnetInner |
SubnetInner.withAddressPrefixes(List<String> addressPrefixes)
Set the addressPrefixes property: List of address prefixes for the subnet.
|
SubnetInner |
SubnetInner.withApplicationGatewayIpConfigurations(List<ApplicationGatewayIpConfigurationInner> applicationGatewayIpConfigurations)
Set the applicationGatewayIpConfigurations property: Application gateway IP configurations of virtual network
resource.
|
SubnetInner |
SubnetInner.withDelegations(List<Delegation> delegations)
Set the delegations property: An array of references to the delegations on the subnet.
|
SubnetInner |
SubnetInner.withId(String id) |
SubnetInner |
SubnetInner.withIpAllocations(List<com.azure.core.management.SubResource> ipAllocations)
Set the ipAllocations property: Array of IpAllocation which reference this subnet.
|
SubnetInner |
SubnetInner.withName(String name)
Set the name property: The name of the resource that is unique within a resource group.
|
SubnetInner |
SubnetInner.withNatGateway(com.azure.core.management.SubResource natGateway)
Set the natGateway property: Nat gateway associated with this subnet.
|
SubnetInner |
SubnetInner.withNetworkSecurityGroup(NetworkSecurityGroupInner networkSecurityGroup)
Set the networkSecurityGroup property: The reference to the NetworkSecurityGroup resource.
|
SubnetInner |
SubnetInner.withPrivateEndpointNetworkPolicies(VirtualNetworkPrivateEndpointNetworkPolicies privateEndpointNetworkPolicies)
Set the privateEndpointNetworkPolicies property: Enable or Disable apply network policies on private end point in
the subnet.
|
SubnetInner |
SubnetInner.withPrivateLinkServiceNetworkPolicies(VirtualNetworkPrivateLinkServiceNetworkPolicies privateLinkServiceNetworkPolicies)
Set the privateLinkServiceNetworkPolicies property: Enable or Disable apply network policies on private link
service in the subnet.
|
SubnetInner |
SubnetInner.withRouteTable(RouteTableInner routeTable)
Set the routeTable property: The reference to the RouteTable resource.
|
SubnetInner |
SubnetInner.withServiceEndpointPolicies(List<ServiceEndpointPolicyInner> serviceEndpointPolicies)
Set the serviceEndpointPolicies property: An array of service endpoint policies.
|
SubnetInner |
SubnetInner.withServiceEndpoints(List<ServiceEndpointPropertiesFormat> serviceEndpoints)
Set the serviceEndpoints property: An array of service endpoints.
|
SubnetInner |
SubnetInner.withType(String type)
Set the type property: Resource type.
|
| Modifier and Type | Method and Description |
|---|---|
IpConfigurationInner |
IpConfigurationInner.withSubnet(SubnetInner subnet)
Set the subnet property: The reference to the subnet resource.
|
PrivateLinkServiceIpConfigurationInner |
PrivateLinkServiceIpConfigurationInner.withSubnet(SubnetInner subnet)
Set the subnet property: The reference to the subnet resource.
|
PrivateEndpointInner |
PrivateEndpointInner.withSubnet(SubnetInner subnet)
Set the subnet property: The ID of the subnet from which the private IP will be allocated.
|
FrontendIpConfigurationInner |
FrontendIpConfigurationInner.withSubnet(SubnetInner subnet)
Set the subnet property: The reference to the subnet resource.
|
NetworkInterfaceIpConfigurationInner |
NetworkInterfaceIpConfigurationInner.withSubnet(SubnetInner subnet)
Set the subnet property: Subnet bound to the IP configuration.
|
IpConfigurationProfileInner |
IpConfigurationProfileInner.withSubnet(SubnetInner subnet)
Set the subnet property: The reference to the subnet resource to create a container network interface ip
configuration.
|
HubIpConfigurationInner |
HubIpConfigurationInner.withSubnet(SubnetInner subnet)
Set the subnet property: The reference to the subnet resource.
|
Copyright © 2021 Microsoft Corporation. All rights reserved.