Uses of Class
com.azure.resourcemanager.network.models.StaticCidrProperties
Packages that use StaticCidrProperties
Package
Description
Package containing the inner data models for NetworkManagementClient.
Package containing the data models for NetworkManagementClient.
-
Uses of StaticCidrProperties in com.azure.resourcemanager.network.fluent.models
Methods in com.azure.resourcemanager.network.fluent.models that return StaticCidrPropertiesModifier and TypeMethodDescriptionStaticCidrInner.properties()Get the properties property: Properties of static CIDR resource.Methods in com.azure.resourcemanager.network.fluent.models with parameters of type StaticCidrPropertiesModifier and TypeMethodDescriptionStaticCidrInner.withProperties(StaticCidrProperties properties) Set the properties property: Properties of static CIDR resource. -
Uses of StaticCidrProperties in com.azure.resourcemanager.network.models
Classes in com.azure.resourcemanager.network.models that implement interfaces with type arguments of type StaticCidrPropertiesModifier and TypeClassDescriptionfinal classProperties of static CIDR resource.Methods in com.azure.resourcemanager.network.models that return StaticCidrPropertiesModifier and TypeMethodDescriptionstatic StaticCidrPropertiesStaticCidrProperties.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of StaticCidrProperties from the JsonReader.StaticCidrProperties.withAddressPrefixes(List<String> addressPrefixes) Set the addressPrefixes property: List of IP address prefixes of the resource.StaticCidrProperties.withDescription(String description) Set the description property: The description property.StaticCidrProperties.withNumberOfIpAddressesToAllocate(String numberOfIpAddressesToAllocate) Set the numberOfIpAddressesToAllocate property: Number of IP addresses to allocate for a static CIDR resource.StaticCidrProperties.withProvisioningState(ProvisioningState provisioningState) Set the provisioningState property: Provisioning states of a resource.