121 строка
8.9 KiB
YAML
121 строка
8.9 KiB
YAML
### YamlMime:JavaType
|
|
uid: "com.microsoft.azure.management.network.Network"
|
|
fullName: "com.microsoft.azure.management.network.Network"
|
|
name: "Network"
|
|
nameWithType: "Network"
|
|
summary: "Entry point for Virtual Network management API in Azure."
|
|
syntax: "public interface Network extends GroupableResource<NetworkManager,VirtualNetworkInner>, Refreshable<Network>, Updatable<Network.Update>, UpdatableWithTags<Network>"
|
|
methods:
|
|
- uid: "com.microsoft.azure.management.network.Network.addressSpaces()"
|
|
fullName: "com.microsoft.azure.management.network.Network.addressSpaces()"
|
|
name: "addressSpaces()"
|
|
nameWithType: "Network.addressSpaces()"
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract List<String> addressSpaces()"
|
|
returns:
|
|
description: "list of address spaces associated with this virtual network, in the CIDR notation"
|
|
type: "<xref href=\"java.util.List?alt=java.util.List&text=List\" data-throw-if-not-resolved=\"False\" /><<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />>"
|
|
- uid: "com.microsoft.azure.management.network.Network.ddosProtectionPlanId()"
|
|
fullName: "com.microsoft.azure.management.network.Network.ddosProtectionPlanId()"
|
|
name: "ddosProtectionPlanId()"
|
|
nameWithType: "Network.ddosProtectionPlanId()"
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract String ddosProtectionPlanId()"
|
|
returns:
|
|
description: "the DDoS protection plan id associated with the virtual network"
|
|
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.network.Network.dnsServerIPs()"
|
|
fullName: "com.microsoft.azure.management.network.Network.dnsServerIPs()"
|
|
name: "dnsServerIPs()"
|
|
nameWithType: "Network.dnsServerIPs()"
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract List<String> dnsServerIPs()"
|
|
returns:
|
|
description: "list of DNS server IP addresses associated with this virtual network"
|
|
type: "<xref href=\"java.util.List?alt=java.util.List&text=List\" data-throw-if-not-resolved=\"False\" /><<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />>"
|
|
- uid: "com.microsoft.azure.management.network.Network.isDdosProtectionEnabled()"
|
|
fullName: "com.microsoft.azure.management.network.Network.isDdosProtectionEnabled()"
|
|
name: "isDdosProtectionEnabled()"
|
|
nameWithType: "Network.isDdosProtectionEnabled()"
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract boolean isDdosProtectionEnabled()"
|
|
returns:
|
|
description: "whether DDoS protection is enabled for all the protected resources\n in the virtual network. It requires a DDoS protection plan associated with the resource."
|
|
type: "<xref href=\"boolean?alt=boolean&text=boolean\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.network.Network.isPrivateIPAddressAvailable(java.lang.String)"
|
|
fullName: "com.microsoft.azure.management.network.Network.isPrivateIPAddressAvailable(String ipAddress)"
|
|
name: "isPrivateIPAddressAvailable(String ipAddress)"
|
|
nameWithType: "Network.isPrivateIPAddressAvailable(String ipAddress)"
|
|
summary: "Checks if the specified private IP address is available in this network."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "an IP address from this network's address space"
|
|
name: "ipAddress"
|
|
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public abstract boolean isPrivateIPAddressAvailable(String ipAddress)"
|
|
desc: "Checks if the specified private IP address is available in this network."
|
|
returns:
|
|
description: "true if the address is within this network's address space and is available"
|
|
type: "<xref href=\"boolean?alt=boolean&text=boolean\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.network.Network.isPrivateIPAddressInNetwork(java.lang.String)"
|
|
fullName: "com.microsoft.azure.management.network.Network.isPrivateIPAddressInNetwork(String ipAddress)"
|
|
name: "isPrivateIPAddressInNetwork(String ipAddress)"
|
|
nameWithType: "Network.isPrivateIPAddressInNetwork(String ipAddress)"
|
|
summary: "Checks if the specified private IP address is within this network's address space."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "an IP address"
|
|
name: "ipAddress"
|
|
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public abstract boolean isPrivateIPAddressInNetwork(String ipAddress)"
|
|
desc: "Checks if the specified private IP address is within this network's address space."
|
|
returns:
|
|
description: "true if the specified IP address is within this network's address space, otherwise false"
|
|
type: "<xref href=\"boolean?alt=boolean&text=boolean\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.network.Network.isVmProtectionEnabled()"
|
|
fullName: "com.microsoft.azure.management.network.Network.isVmProtectionEnabled()"
|
|
name: "isVmProtectionEnabled()"
|
|
nameWithType: "Network.isVmProtectionEnabled()"
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract boolean isVmProtectionEnabled()"
|
|
returns:
|
|
description: "whether VM protection is enabled for all the subnets in the virtual network"
|
|
type: "<xref href=\"boolean?alt=boolean&text=boolean\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.network.Network.peerings()"
|
|
fullName: "com.microsoft.azure.management.network.Network.peerings()"
|
|
name: "peerings()"
|
|
nameWithType: "Network.peerings()"
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract NetworkPeerings peerings()"
|
|
returns:
|
|
description: "entry point to managing virtual network peerings for this network"
|
|
type: "<xref href=\"com.microsoft.azure.management.network.NetworkPeerings?alt=com.microsoft.azure.management.network.NetworkPeerings&text=NetworkPeerings\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.network.Network.subnets()"
|
|
fullName: "com.microsoft.azure.management.network.Network.subnets()"
|
|
name: "subnets()"
|
|
nameWithType: "Network.subnets()"
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract Map<String,Subnet> subnets()"
|
|
returns:
|
|
description: "subnets of this virtual network as a map indexed by subnet name\n\n <p>Note that when a virtual network is created with no subnets explicitly defined, a default subnet is\n automatically created with the name \"subnet1\"."
|
|
type: "<xref href=\"java.util.Map?alt=java.util.Map&text=Map\" data-throw-if-not-resolved=\"False\" /><<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />,<xref href=\"com.microsoft.azure.management.network.Subnet?alt=com.microsoft.azure.management.network.Subnet&text=Subnet\" data-throw-if-not-resolved=\"False\" />>"
|
|
type: "interface"
|
|
desc: "Entry point for Virtual Network management API in Azure."
|
|
implements:
|
|
- "<xref href=\"com.microsoft.azure.management.network.model.UpdatableWithTags?alt=com.microsoft.azure.management.network.model.UpdatableWithTags&text=UpdatableWithTags\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.microsoft.azure.management.network.Network?alt=com.microsoft.azure.management.network.Network&text=Network\" data-throw-if-not-resolved=\"False\" />>"
|
|
- "<xref href=\"com.microsoft.azure.management.resources.fluentcore.arm.models.GroupableResource?alt=com.microsoft.azure.management.resources.fluentcore.arm.models.GroupableResource&text=GroupableResource\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.microsoft.azure.management.network.implementation.NetworkManager?alt=com.microsoft.azure.management.network.implementation.NetworkManager&text=NetworkManager\" data-throw-if-not-resolved=\"False\" />,<xref href=\"com.microsoft.azure.management.network.implementation.VirtualNetworkInner?alt=com.microsoft.azure.management.network.implementation.VirtualNetworkInner&text=VirtualNetworkInner\" data-throw-if-not-resolved=\"False\" />>"
|
|
- "<xref href=\"com.microsoft.azure.management.resources.fluentcore.model.Refreshable?alt=com.microsoft.azure.management.resources.fluentcore.model.Refreshable&text=Refreshable\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.microsoft.azure.management.network.Network?alt=com.microsoft.azure.management.network.Network&text=Network\" data-throw-if-not-resolved=\"False\" />>"
|
|
- "<xref href=\"com.microsoft.azure.management.resources.fluentcore.model.Updatable?alt=com.microsoft.azure.management.resources.fluentcore.model.Updatable&text=Updatable\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.microsoft.azure.management.network.Network.Update?alt=com.microsoft.azure.management.network.Network.Update&text=Update\" data-throw-if-not-resolved=\"False\" />>"
|
|
metadata: {}
|
|
package: "com.microsoft.azure.management.network"
|
|
artifact: com.microsoft.azure:azure-mgmt-network:1.41.4
|