VirtualNetworkPropertiesFormat |
VirtualNetworkPropertiesFormat.withAddressSpace(AddressSpace addressSpace) |
Set the addressSpace property: The AddressSpace that contains an array of IP address ranges that can be used by
subnets.
|
VirtualNetworkPropertiesFormat |
VirtualNetworkPropertiesFormat.withBgpCommunities(VirtualNetworkBgpCommunities bgpCommunities) |
Set the bgpCommunities property: Bgp Communities sent over ExpressRoute with each route corresponding to a prefix
in this VNET.
|
VirtualNetworkPropertiesFormat |
VirtualNetworkPropertiesFormat.withDdosProtectionPlan(com.azure.core.management.SubResource ddosProtectionPlan) |
Set the ddosProtectionPlan property: The DDoS protection plan associated with the virtual network.
|
VirtualNetworkPropertiesFormat |
VirtualNetworkPropertiesFormat.withDhcpOptions(DhcpOptions dhcpOptions) |
Set the dhcpOptions property: The dhcpOptions that contains an array of DNS servers available to VMs deployed in
the virtual network.
|
VirtualNetworkPropertiesFormat |
VirtualNetworkPropertiesFormat.withEnableDdosProtection(Boolean enableDdosProtection) |
Set the enableDdosProtection property: Indicates if DDoS protection is enabled for all the protected resources in
the virtual network.
|
VirtualNetworkPropertiesFormat |
VirtualNetworkPropertiesFormat.withEnableVmProtection(Boolean enableVmProtection) |
Set the enableVmProtection property: Indicates if VM protection is enabled for all the subnets in the virtual
network.
|
VirtualNetworkPropertiesFormat |
VirtualNetworkPropertiesFormat.withEncryption(VirtualNetworkEncryption encryption) |
Set the encryption property: Indicates if encryption is enabled on virtual network and if VM without encryption
is allowed in encrypted VNet.
|
VirtualNetworkPropertiesFormat |
VirtualNetworkPropertiesFormat.withFlowTimeoutInMinutes(Integer flowTimeoutInMinutes) |
Set the flowTimeoutInMinutes property: The FlowTimeout value (in minutes) for the Virtual Network.
|
VirtualNetworkPropertiesFormat |
VirtualNetworkPropertiesFormat.withIpAllocations(List<com.azure.core.management.SubResource> ipAllocations) |
Set the ipAllocations property: Array of IpAllocation which reference this VNET.
|
VirtualNetworkPropertiesFormat |
VirtualNetworkPropertiesFormat.withSubnets(List<SubnetInner> subnets) |
Set the subnets property: A list of subnets in a Virtual Network.
|
VirtualNetworkPropertiesFormat |
VirtualNetworkPropertiesFormat.withVirtualNetworkPeerings(List<VirtualNetworkPeeringInner> virtualNetworkPeerings) |
Set the virtualNetworkPeerings property: A list of peerings in a Virtual Network.
|