Uses of Class
com.azure.resourcemanager.network.fluent.models.StaticCidrInner
Packages that use StaticCidrInner
Package
Description
Package containing the service clients for NetworkManagementClient.
Package containing the inner data models for NetworkManagementClient.
Package containing the data models for NetworkManagementClient.
-
Uses of StaticCidrInner in com.azure.resourcemanager.network.fluent
Methods in com.azure.resourcemanager.network.fluent that return StaticCidrInnerModifier and TypeMethodDescriptionStaticCidrsClient.create(String resourceGroupName, String networkManagerName, String poolName, String staticCidrName) Creates/Updates the Static CIDR resource.StaticCidrsClient.get(String resourceGroupName, String networkManagerName, String poolName, String staticCidrName) Gets the specific Static CIDR resource.Methods in com.azure.resourcemanager.network.fluent that return types with arguments of type StaticCidrInnerModifier and TypeMethodDescriptionStaticCidrsClient.createAsync(String resourceGroupName, String networkManagerName, String poolName, String staticCidrName) Creates/Updates the Static CIDR resource.com.azure.core.http.rest.Response<StaticCidrInner> StaticCidrsClient.createWithResponse(String resourceGroupName, String networkManagerName, String poolName, String staticCidrName, StaticCidrInner body, com.azure.core.util.Context context) Creates/Updates the Static CIDR resource.Mono<com.azure.core.http.rest.Response<StaticCidrInner>> StaticCidrsClient.createWithResponseAsync(String resourceGroupName, String networkManagerName, String poolName, String staticCidrName, StaticCidrInner body) Creates/Updates the Static CIDR resource.StaticCidrsClient.getAsync(String resourceGroupName, String networkManagerName, String poolName, String staticCidrName) Gets the specific Static CIDR resource.com.azure.core.http.rest.Response<StaticCidrInner> StaticCidrsClient.getWithResponse(String resourceGroupName, String networkManagerName, String poolName, String staticCidrName, com.azure.core.util.Context context) Gets the specific Static CIDR resource.Mono<com.azure.core.http.rest.Response<StaticCidrInner>> StaticCidrsClient.getWithResponseAsync(String resourceGroupName, String networkManagerName, String poolName, String staticCidrName) Gets the specific Static CIDR resource.com.azure.core.http.rest.PagedIterable<StaticCidrInner> Gets list of Static CIDR resources at Network Manager level.com.azure.core.http.rest.PagedIterable<StaticCidrInner> StaticCidrsClient.list(String resourceGroupName, String networkManagerName, String poolName, String skipToken, Integer skip, Integer top, String sortKey, String sortValue, com.azure.core.util.Context context) Gets list of Static CIDR resources at Network Manager level.com.azure.core.http.rest.PagedFlux<StaticCidrInner> Gets list of Static CIDR resources at Network Manager level.com.azure.core.http.rest.PagedFlux<StaticCidrInner> StaticCidrsClient.listAsync(String resourceGroupName, String networkManagerName, String poolName, String skipToken, Integer skip, Integer top, String sortKey, String sortValue) Gets list of Static CIDR resources at Network Manager level.Methods in com.azure.resourcemanager.network.fluent with parameters of type StaticCidrInnerModifier and TypeMethodDescriptioncom.azure.core.http.rest.Response<StaticCidrInner> StaticCidrsClient.createWithResponse(String resourceGroupName, String networkManagerName, String poolName, String staticCidrName, StaticCidrInner body, com.azure.core.util.Context context) Creates/Updates the Static CIDR resource.Mono<com.azure.core.http.rest.Response<StaticCidrInner>> StaticCidrsClient.createWithResponseAsync(String resourceGroupName, String networkManagerName, String poolName, String staticCidrName, StaticCidrInner body) Creates/Updates the Static CIDR resource. -
Uses of StaticCidrInner in com.azure.resourcemanager.network.fluent.models
Methods in com.azure.resourcemanager.network.fluent.models that return StaticCidrInnerModifier and TypeMethodDescriptionstatic StaticCidrInnerStaticCidrInner.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of StaticCidrInner from the JsonReader.StaticCidrInner.withProperties(StaticCidrProperties properties) Set the properties property: Properties of static CIDR resource. -
Uses of StaticCidrInner in com.azure.resourcemanager.network.models
Methods in com.azure.resourcemanager.network.models that return types with arguments of type StaticCidrInnerModifier and TypeMethodDescriptionStaticCidrList.value()Get the value property: The value property.Method parameters in com.azure.resourcemanager.network.models with type arguments of type StaticCidrInnerModifier and TypeMethodDescriptionStaticCidrList.withValue(List<StaticCidrInner> value) Set the value property: The value property.