Uses of Class
com.azure.resourcemanager.network.models.IpAllocationMethod
Packages that use IpAllocationMethod
Package
Description
Package containing the inner data models for NetworkManagementClient.
Package containing the data models for NetworkManagementClient.
-
Uses of IpAllocationMethod in com.azure.resourcemanager.network.fluent.models
Methods in com.azure.resourcemanager.network.fluent.models that return IpAllocationMethodModifier and TypeMethodDescriptionApplicationGatewayFrontendIpConfigurationPropertiesFormat.privateIpAllocationMethod()Get the privateIpAllocationMethod property: The private IP address allocation method.ApplicationGatewayPrivateLinkIpConfigurationProperties.privateIpAllocationMethod()Get the privateIpAllocationMethod property: The private IP address allocation method.BastionHostIpConfigurationPropertiesFormat.privateIpAllocationMethod()Get the privateIpAllocationMethod property: Private IP allocation method.FrontendIpConfigurationInner.privateIpAllocationMethod()Get the privateIpAllocationMethod property: The Private IP allocation method.FrontendIpConfigurationPropertiesFormatInner.privateIpAllocationMethod()Get the privateIpAllocationMethod property: The Private IP allocation method.HubIpConfigurationInner.privateIpAllocationMethod()Get the privateIpAllocationMethod property: The private IP address allocation method.HubIpConfigurationPropertiesFormatInner.privateIpAllocationMethod()Get the privateIpAllocationMethod property: The private IP address allocation method.IpConfigurationInner.privateIpAllocationMethod()Get the privateIpAllocationMethod property: The private IP address allocation method.IpConfigurationPropertiesFormatInner.privateIpAllocationMethod()Get the privateIpAllocationMethod property: The private IP address allocation method.NetworkInterfaceIpConfigurationInner.privateIpAllocationMethod()Get the privateIpAllocationMethod property: The private IP address allocation method.NetworkInterfaceIpConfigurationPropertiesFormatInner.privateIpAllocationMethod()Get the privateIpAllocationMethod property: The private IP address allocation method.PrivateLinkServiceIpConfigurationInner.privateIpAllocationMethod()Get the privateIpAllocationMethod property: The private IP address allocation method.PrivateLinkServiceIpConfigurationPropertiesInner.privateIpAllocationMethod()Get the privateIpAllocationMethod property: The private IP address allocation method.VirtualNetworkGatewayIpConfigurationInner.privateIpAllocationMethod()Get the privateIpAllocationMethod property: The private IP address allocation method.VirtualNetworkGatewayIpConfigurationPropertiesFormat.privateIpAllocationMethod()Get the privateIpAllocationMethod property: The private IP address allocation method.PublicIpAddressInner.publicIpAllocationMethod()Get the publicIpAllocationMethod property: The public IP address allocation method.PublicIpAddressPropertiesFormatInner.publicIpAllocationMethod()Get the publicIpAllocationMethod property: The public IP address allocation method.Methods in com.azure.resourcemanager.network.fluent.models with parameters of type IpAllocationMethodModifier and TypeMethodDescriptionApplicationGatewayFrontendIpConfigurationPropertiesFormat.withPrivateIpAllocationMethod(IpAllocationMethod privateIpAllocationMethod) Set the privateIpAllocationMethod property: The private IP address allocation method.ApplicationGatewayPrivateLinkIpConfigurationProperties.withPrivateIpAllocationMethod(IpAllocationMethod privateIpAllocationMethod) Set the privateIpAllocationMethod property: The private IP address allocation method.BastionHostIpConfigurationPropertiesFormat.withPrivateIpAllocationMethod(IpAllocationMethod privateIpAllocationMethod) Set the privateIpAllocationMethod property: Private IP allocation method.FrontendIpConfigurationInner.withPrivateIpAllocationMethod(IpAllocationMethod privateIpAllocationMethod) Set the privateIpAllocationMethod property: The Private IP allocation method.FrontendIpConfigurationPropertiesFormatInner.withPrivateIpAllocationMethod(IpAllocationMethod privateIpAllocationMethod) Set the privateIpAllocationMethod property: The Private IP allocation method.HubIpConfigurationInner.withPrivateIpAllocationMethod(IpAllocationMethod privateIpAllocationMethod) Set the privateIpAllocationMethod property: The private IP address allocation method.HubIpConfigurationPropertiesFormatInner.withPrivateIpAllocationMethod(IpAllocationMethod privateIpAllocationMethod) Set the privateIpAllocationMethod property: The private IP address allocation method.IpConfigurationInner.withPrivateIpAllocationMethod(IpAllocationMethod privateIpAllocationMethod) Set the privateIpAllocationMethod property: The private IP address allocation method.IpConfigurationPropertiesFormatInner.withPrivateIpAllocationMethod(IpAllocationMethod privateIpAllocationMethod) Set the privateIpAllocationMethod property: The private IP address allocation method.NetworkInterfaceIpConfigurationInner.withPrivateIpAllocationMethod(IpAllocationMethod privateIpAllocationMethod) Set the privateIpAllocationMethod property: The private IP address allocation method.NetworkInterfaceIpConfigurationPropertiesFormatInner.withPrivateIpAllocationMethod(IpAllocationMethod privateIpAllocationMethod) Set the privateIpAllocationMethod property: The private IP address allocation method.PrivateLinkServiceIpConfigurationInner.withPrivateIpAllocationMethod(IpAllocationMethod privateIpAllocationMethod) Set the privateIpAllocationMethod property: The private IP address allocation method.PrivateLinkServiceIpConfigurationPropertiesInner.withPrivateIpAllocationMethod(IpAllocationMethod privateIpAllocationMethod) Set the privateIpAllocationMethod property: The private IP address allocation method.VirtualNetworkGatewayIpConfigurationInner.withPrivateIpAllocationMethod(IpAllocationMethod privateIpAllocationMethod) Set the privateIpAllocationMethod property: The private IP address allocation method.VirtualNetworkGatewayIpConfigurationPropertiesFormat.withPrivateIpAllocationMethod(IpAllocationMethod privateIpAllocationMethod) Set the privateIpAllocationMethod property: The private IP address allocation method.PublicIpAddressInner.withPublicIpAllocationMethod(IpAllocationMethod publicIpAllocationMethod) Set the publicIpAllocationMethod property: The public IP address allocation method.PublicIpAddressPropertiesFormatInner.withPublicIpAllocationMethod(IpAllocationMethod publicIpAllocationMethod) Set the publicIpAllocationMethod property: The public IP address allocation method. -
Uses of IpAllocationMethod in com.azure.resourcemanager.network.models
Fields in com.azure.resourcemanager.network.models declared as IpAllocationMethodModifier and TypeFieldDescriptionstatic final IpAllocationMethodIpAllocationMethod.DYNAMICStatic value Dynamic for IpAllocationMethod.static final IpAllocationMethodIpAllocationMethod.STATICStatic value Static for IpAllocationMethod.Methods in com.azure.resourcemanager.network.models that return IpAllocationMethodModifier and TypeMethodDescriptionstatic IpAllocationMethodIpAllocationMethod.fromString(String name) Creates or finds a IpAllocationMethod from its string representation.PublicIpAddress.ipAllocationMethod()Gets the IP address allocation method (Static/Dynamic).NetworkInterfaceBase.primaryPrivateIpAllocationMethod()Gets the private IP allocation method (Dynamic, Static) of this network interface's primary IP configuration.ApplicationGatewayFrontendIpConfiguration.privateIpAllocationMethod()Get the privateIpAllocationMethod property: The private IP address allocation method.ApplicationGatewayPrivateLinkIpConfiguration.privateIpAllocationMethod()Get the privateIpAllocationMethod property: The private IP address allocation method.BastionHostIpConfiguration.privateIpAllocationMethod()Get the privateIpAllocationMethod property: Private IP allocation method.HasPrivateIpAddress.privateIpAllocationMethod()Gets the private IP address allocation method within the associated subnet.VirtualNetworkGatewayIpConfiguration.privateIpAllocationMethod()Gets the private IP allocation method.Methods in com.azure.resourcemanager.network.models that return types with arguments of type IpAllocationMethodModifier and TypeMethodDescriptionstatic Collection<IpAllocationMethod> IpAllocationMethod.values()Gets known IpAllocationMethod values.Methods in com.azure.resourcemanager.network.models with parameters of type IpAllocationMethodModifier and TypeMethodDescriptionApplicationGatewayFrontendIpConfiguration.withPrivateIpAllocationMethod(IpAllocationMethod privateIpAllocationMethod) Set the privateIpAllocationMethod property: The private IP address allocation method.ApplicationGatewayPrivateLinkIpConfiguration.withPrivateIpAllocationMethod(IpAllocationMethod privateIpAllocationMethod) Set the privateIpAllocationMethod property: The private IP address allocation method.BastionHostIpConfiguration.withPrivateIpAllocationMethod(IpAllocationMethod privateIpAllocationMethod) Set the privateIpAllocationMethod property: Private IP allocation method.