public interface ResourceManagementClient
| Modifier and Type | Method and Description |
|---|---|
String |
getApiVersion()
Gets Api Version.
|
Duration |
getDefaultPollInterval()
Gets The default poll interval for long-running operation.
|
DeploymentOperationsClient |
getDeploymentOperations()
Gets the DeploymentOperationsClient object to access its operations.
|
DeploymentsClient |
getDeployments()
Gets the DeploymentsClient object to access its operations.
|
String |
getEndpoint()
Gets server parameter.
|
com.azure.core.http.HttpPipeline |
getHttpPipeline()
Gets The HTTP pipeline to send requests through.
|
OperationsClient |
getOperations()
Gets the OperationsClient object to access its operations.
|
ProviderResourceTypesClient |
getProviderResourceTypes()
Gets the ProviderResourceTypesClient object to access its operations.
|
ProvidersClient |
getProviders()
Gets the ProvidersClient object to access its operations.
|
ResourceGroupsClient |
getResourceGroups()
Gets the ResourceGroupsClient object to access its operations.
|
ResourcesClient |
getResources()
Gets the ResourcesClient object to access its operations.
|
String |
getSubscriptionId()
Gets The ID of the target subscription.
|
TagOperationsClient |
getTagOperations()
Gets the TagOperationsClient object to access its operations.
|
String getSubscriptionId()
String getEndpoint()
String getApiVersion()
com.azure.core.http.HttpPipeline getHttpPipeline()
Duration getDefaultPollInterval()
OperationsClient getOperations()
DeploymentsClient getDeployments()
ProvidersClient getProviders()
ProviderResourceTypesClient getProviderResourceTypes()
ResourcesClient getResources()
ResourceGroupsClient getResourceGroups()
TagOperationsClient getTagOperations()
DeploymentOperationsClient getDeploymentOperations()
Visit the Azure for Java Developers site for more Java documentation, including quick starts, tutorials, and code samples.