public interface PolicyClient
| Modifier and Type | Method and Description |
|---|---|
String |
getApiVersion()
Gets Api Version.
|
Duration |
getDefaultPollInterval()
Gets The default poll interval for long-running operation.
|
String |
getEndpoint()
Gets server parameter.
|
com.azure.core.http.HttpPipeline |
getHttpPipeline()
Gets The HTTP pipeline to send requests through.
|
PolicyAssignmentsClient |
getPolicyAssignments()
Gets the PolicyAssignmentsClient object to access its operations.
|
PolicyDefinitionsClient |
getPolicyDefinitions()
Gets the PolicyDefinitionsClient object to access its operations.
|
PolicySetDefinitionsClient |
getPolicySetDefinitions()
Gets the PolicySetDefinitionsClient object to access its operations.
|
String |
getSubscriptionId()
Gets The ID of the target subscription.
|
String getSubscriptionId()
String getEndpoint()
String getApiVersion()
com.azure.core.http.HttpPipeline getHttpPipeline()
Duration getDefaultPollInterval()
PolicyAssignmentsClient getPolicyAssignments()
PolicyDefinitionsClient getPolicyDefinitions()
PolicySetDefinitionsClient getPolicySetDefinitions()
Copyright © 2021 Microsoft Corporation. All rights reserved.