public interface Network extends GroupableResource<com.microsoft.azure.management.network.implementation.NetworkManager,com.microsoft.azure.management.network.implementation.VirtualNetworkInner>, Refreshable<Network>, Updatable<Network.Update>, UpdatableWithTags<Network>
Modifier and Type | Interface and Description |
---|---|
static interface |
Network.Definition
The entirety of the virtual network definition.
|
static interface |
Network.DefinitionStages
Grouping of virtual network definition stages.
|
static interface |
Network.Update
The template for a virtual network update operation, containing all the settings that
can be modified.
|
static interface |
Network.UpdateStages
Grouping of virtual network update stages.
|
Resource.DefinitionWithRegion<T>, Resource.DefinitionWithTags<T>, Resource.UpdateWithTags<T>
UpdatableWithTags.UpdateWithTags<T>
Modifier and Type | Method and Description |
---|---|
List<String> |
addressSpaces() |
String |
ddosProtectionPlanId() |
List<String> |
dnsServerIPs() |
boolean |
isDdosProtectionEnabled() |
boolean |
isPrivateIPAddressAvailable(String ipAddress)
Checks if the specified private IP address is available in this network.
|
boolean |
isPrivateIPAddressInNetwork(String ipAddress)
Checks if the specified private IP address is within this network's address space.
|
boolean |
isVmProtectionEnabled() |
NetworkPeerings |
peerings() |
Map<String,Subnet> |
subnets() |
region, regionName, tags, type
key
id
name
resourceGroupName
manager
inner
refresh, refreshAsync
update
updateTags
@Beta(value=V1_3_0) boolean isPrivateIPAddressAvailable(String ipAddress)
ipAddress
- an IP address from this network's address space@Beta(value=V1_3_0) boolean isPrivateIPAddressInNetwork(String ipAddress)
ipAddress
- an IP addressList<String> addressSpaces()
List<String> dnsServerIPs()
Map<String,Subnet> subnets()
Note that when a virtual network is created with no subnets explicitly defined, a default subnet is automatically created with the name "subnet1".
@Beta(value=V1_3_0) NetworkPeerings peerings()
boolean isDdosProtectionEnabled()
boolean isVmProtectionEnabled()
String ddosProtectionPlanId()
Copyright © 2019. All rights reserved.