Uses of Class
com.azure.resourcemanager.network.models.NetworkManagerDeploymentStatusParameter
Packages that use NetworkManagerDeploymentStatusParameter
Package
Description
Package containing the service clients for NetworkManagementClient.
Package containing the data models for NetworkManagementClient.
-
Uses of NetworkManagerDeploymentStatusParameter in com.azure.resourcemanager.network.fluent
Methods in com.azure.resourcemanager.network.fluent with parameters of type NetworkManagerDeploymentStatusParameterModifier and TypeMethodDescriptionNetworkManagerDeploymentStatusOperationsClient.list(String resourceGroupName, String networkManagerName, NetworkManagerDeploymentStatusParameter parameters) Post to List of Network Manager Deployment Status.NetworkManagerDeploymentStatusOperationsClient.listAsync(String resourceGroupName, String networkManagerName, NetworkManagerDeploymentStatusParameter parameters) Post to List of Network Manager Deployment Status.com.azure.core.http.rest.Response<NetworkManagerDeploymentStatusListResultInner> NetworkManagerDeploymentStatusOperationsClient.listWithResponse(String resourceGroupName, String networkManagerName, NetworkManagerDeploymentStatusParameter parameters, Integer top, com.azure.core.util.Context context) Post to List of Network Manager Deployment Status.Mono<com.azure.core.http.rest.Response<NetworkManagerDeploymentStatusListResultInner>> NetworkManagerDeploymentStatusOperationsClient.listWithResponseAsync(String resourceGroupName, String networkManagerName, NetworkManagerDeploymentStatusParameter parameters, Integer top) Post to List of Network Manager Deployment Status. -
Uses of NetworkManagerDeploymentStatusParameter in com.azure.resourcemanager.network.models
Classes in com.azure.resourcemanager.network.models that implement interfaces with type arguments of type NetworkManagerDeploymentStatusParameterModifier and TypeClassDescriptionfinal classNetwork Manager Deployment Status Parameter.Methods in com.azure.resourcemanager.network.models that return NetworkManagerDeploymentStatusParameterModifier and TypeMethodDescriptionNetworkManagerDeploymentStatusParameter.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of NetworkManagerDeploymentStatusParameter from the JsonReader.NetworkManagerDeploymentStatusParameter.withDeploymentTypes(List<ConfigurationType> deploymentTypes) Set the deploymentTypes property: List of deployment types.NetworkManagerDeploymentStatusParameter.withRegions(List<String> regions) Set the regions property: List of locations.NetworkManagerDeploymentStatusParameter.withSkipToken(String skipToken) Set the skipToken property: Continuation token for pagination, capturing the next page size and offset, as well as the context of the query.