public interface Subnet extends HasInner<com.microsoft.azure.management.network.implementation.SubnetInner>, ChildResource<Network>
Modifier and Type | Interface and Description |
---|---|
static interface |
Subnet.Definition<ParentT>
The entirety of a Subnet definition.
|
static interface |
Subnet.DefinitionStages
Grouping of subnet definition stages.
|
static interface |
Subnet.Update
The entirety of a subnet update as part of a network update.
|
static interface |
Subnet.UpdateDefinition<ParentT>
The entirety of a subnet definition as part of a virtual network update.
|
static interface |
Subnet.UpdateDefinitionStages
Grouping of subnet definition stages applicable as part of a virtual network update.
|
static interface |
Subnet.UpdateStages
Grouping of subnet update stages.
|
Modifier and Type | Method and Description |
---|---|
String |
addressPrefix() |
Set<NicIPConfiguration> |
getNetworkInterfaceIPConfigurations()
Deprecated.
Use
listNetworkInterfaceIPConfigurations() instead. |
NetworkSecurityGroup |
getNetworkSecurityGroup() |
RouteTable |
getRouteTable() |
Set<String> |
listAvailablePrivateIPAddresses() |
Collection<NicIPConfiguration> |
listNetworkInterfaceIPConfigurations() |
int |
networkInterfaceIPConfigurationCount() |
String |
networkSecurityGroupId() |
String |
routeTableId() |
Map<ServiceEndpointType,List<Region>> |
servicesWithAccess() |
inner
key
@Deprecated Set<NicIPConfiguration> getNetworkInterfaceIPConfigurations()
listNetworkInterfaceIPConfigurations()
instead.Note that this call may result in multiple calls to Azure to fetch all the referenced interfaces each time it is invoked.
Collection<NicIPConfiguration> listNetworkInterfaceIPConfigurations()
Note that this call may result in multiple calls to Azure to fetch all the referenced interfaces each time it is invoked.
@Beta(value=V1_3_0) Set<String> listAvailablePrivateIPAddresses()
int networkInterfaceIPConfigurationCount()
String addressPrefix()
NetworkSecurityGroup getNetworkSecurityGroup()
Note that this method will result in a call to Azure each time it is invoked.
String networkSecurityGroupId()
RouteTable getRouteTable()
Note that this method will result in a call to Azure each time it is invoked.
String routeTableId()
@Beta(value=V1_6_0) Map<ServiceEndpointType,List<Region>> servicesWithAccess()
Copyright © 2019. All rights reserved.