Subnet Interface
Implements
public interface Subnet
extends HasInner<com.microsoft.azure.management.network.implementation.SubnetInner>, ChildResource<Network>
A client-side representation of a subnet of a virtual network.
Method Summary
Modifier and Type | Method and Description |
---|---|
abstract java.lang.String | addressPrefix() |
abstract
java.util.Set<Nic |
getNetworkInterfaceIPConfigurations()
Deprecated
Use listNetworkInterfaceIPConfigurations() instead.
|
abstract
Network |
getNetworkSecurityGroup() |
abstract
Route |
getRouteTable() |
abstract java.util.Set<java.lang.String> | listAvailablePrivateIPAddresses() |
abstract
java.util.Collection<Nic |
listNetworkInterfaceIPConfigurations() |
abstract int | networkInterfaceIPConfigurationCount() |
abstract java.lang.String | networkSecurityGroupId() |
abstract java.lang.String | routeTableId() |
abstract
java.util.Map<Service |
servicesWithAccess() |
Method Details
addressPrefix
public abstract String addressPrefix()
Returns:
getNetworkInterfaceIPConfigurations
public abstract Set
Deprecated
Returns:
Note that this call may result in multiple calls to Azure to fetch all the referenced interfaces each time it is invoked.
getNetworkSecurityGroup
public abstract NetworkSecurityGroup getNetworkSecurityGroup()
Returns:
Note that this method will result in a call to Azure each time it is invoked.
getRouteTable
public abstract RouteTable getRouteTable()
Returns:
Note that this method will result in a call to Azure each time it is invoked.
listAvailablePrivateIPAddresses
public abstract Set
Returns:
listNetworkInterfaceIPConfigurations
public abstract Collection
Returns:
Note that this call may result in multiple calls to Azure to fetch all the referenced interfaces each time it is invoked.
networkInterfaceIPConfigurationCount
public abstract int networkInterfaceIPConfigurationCount()
Returns:
networkSecurityGroupId
public abstract String networkSecurityGroupId()
Returns:
routeTableId
public abstract String routeTableId()
Returns:
servicesWithAccess
public abstract Map
Returns: