Uses of Class
com.azure.resourcemanager.network.models.UnprepareNetworkPoliciesRequest
Packages that use UnprepareNetworkPoliciesRequest
Package
Description
Package containing the service clients for NetworkManagementClient.
Package containing the data models for NetworkManagementClient.
-
Uses of UnprepareNetworkPoliciesRequest in com.azure.resourcemanager.network.fluent
Methods in com.azure.resourcemanager.network.fluent with parameters of type UnprepareNetworkPoliciesRequestModifier and TypeMethodDescriptionSubnetsClient.beginUnprepareNetworkPolicies(String resourceGroupName, String virtualNetworkName, String subnetName, UnprepareNetworkPoliciesRequest unprepareNetworkPoliciesRequestParameters) Unprepares a subnet by removing network intent policies.SubnetsClient.beginUnprepareNetworkPolicies(String resourceGroupName, String virtualNetworkName, String subnetName, UnprepareNetworkPoliciesRequest unprepareNetworkPoliciesRequestParameters, com.azure.core.util.Context context) Unprepares a subnet by removing network intent policies.SubnetsClient.beginUnprepareNetworkPoliciesAsync(String resourceGroupName, String virtualNetworkName, String subnetName, UnprepareNetworkPoliciesRequest unprepareNetworkPoliciesRequestParameters) Unprepares a subnet by removing network intent policies.voidSubnetsClient.unprepareNetworkPolicies(String resourceGroupName, String virtualNetworkName, String subnetName, UnprepareNetworkPoliciesRequest unprepareNetworkPoliciesRequestParameters) Unprepares a subnet by removing network intent policies.voidSubnetsClient.unprepareNetworkPolicies(String resourceGroupName, String virtualNetworkName, String subnetName, UnprepareNetworkPoliciesRequest unprepareNetworkPoliciesRequestParameters, com.azure.core.util.Context context) Unprepares a subnet by removing network intent policies.SubnetsClient.unprepareNetworkPoliciesAsync(String resourceGroupName, String virtualNetworkName, String subnetName, UnprepareNetworkPoliciesRequest unprepareNetworkPoliciesRequestParameters) Unprepares a subnet by removing network intent policies.Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> SubnetsClient.unprepareNetworkPoliciesWithResponseAsync(String resourceGroupName, String virtualNetworkName, String subnetName, UnprepareNetworkPoliciesRequest unprepareNetworkPoliciesRequestParameters) Unprepares a subnet by removing network intent policies. -
Uses of UnprepareNetworkPoliciesRequest in com.azure.resourcemanager.network.models
Classes in com.azure.resourcemanager.network.models that implement interfaces with type arguments of type UnprepareNetworkPoliciesRequestModifier and TypeClassDescriptionfinal classDetails of UnprepareNetworkPolicies for Subnet.Methods in com.azure.resourcemanager.network.models that return UnprepareNetworkPoliciesRequestModifier and TypeMethodDescriptionUnprepareNetworkPoliciesRequest.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of UnprepareNetworkPoliciesRequest from the JsonReader.UnprepareNetworkPoliciesRequest.withServiceName(String serviceName) Set the serviceName property: The name of the service for which subnet is being unprepared for.