Uses of Class
com.azure.resourcemanager.network.fluent.models.VirtualNetworkPropertiesFormat
Packages that use VirtualNetworkPropertiesFormat
Package
Description
Package containing the inner data models for NetworkManagementClient.
-
Uses of VirtualNetworkPropertiesFormat in com.azure.resourcemanager.network.fluent.models
Methods in com.azure.resourcemanager.network.fluent.models that return VirtualNetworkPropertiesFormatModifier and TypeMethodDescriptionVirtualNetworkPropertiesFormat.withAddressSpace(AddressSpace addressSpace) Set the addressSpace property: The AddressSpace that contains an array of IP address ranges that can be used by subnets.VirtualNetworkPropertiesFormat.withBgpCommunities(VirtualNetworkBgpCommunities bgpCommunities) Set the bgpCommunities property: Bgp Communities sent over ExpressRoute with each route corresponding to a prefix in this VNET.VirtualNetworkPropertiesFormat.withDdosProtectionPlan(com.azure.core.management.SubResource ddosProtectionPlan) Set the ddosProtectionPlan property: The DDoS protection plan associated with the virtual network.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.withEnableDdosProtection(Boolean enableDdosProtection) Set the enableDdosProtection property: Indicates if DDoS protection is enabled for all the protected resources in the virtual network.VirtualNetworkPropertiesFormat.withEnableVmProtection(Boolean enableVmProtection) Set the enableVmProtection property: Indicates if VM protection is enabled for all the subnets in the virtual network.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.withFlowTimeoutInMinutes(Integer flowTimeoutInMinutes) Set the flowTimeoutInMinutes property: The FlowTimeout value (in minutes) for the Virtual Network.VirtualNetworkPropertiesFormat.withIpAllocations(List<com.azure.core.management.SubResource> ipAllocations) Set the ipAllocations property: Array of IpAllocation which reference this VNET.VirtualNetworkPropertiesFormat.withSubnets(List<SubnetInner> subnets) Set the subnets property: A list of subnets in a Virtual Network.VirtualNetworkPropertiesFormat.withVirtualNetworkPeerings(List<VirtualNetworkPeeringInner> virtualNetworkPeerings) Set the virtualNetworkPeerings property: A list of peerings in a Virtual Network.