Interface ResourceManagementClient
-
public interface ResourceManagementClientThe interface for ResourceManagementClient class.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetApiVersion()Gets Api Version.DurationgetDefaultPollInterval()Gets The default poll interval for long-running operation.DeploymentOperationsClientgetDeploymentOperations()Gets the DeploymentOperationsClient object to access its operations.DeploymentsClientgetDeployments()Gets the DeploymentsClient object to access its operations.StringgetEndpoint()Gets server parameter.com.azure.core.http.HttpPipelinegetHttpPipeline()Gets The HTTP pipeline to send requests through.OperationsClientgetOperations()Gets the OperationsClient object to access its operations.ProviderResourceTypesClientgetProviderResourceTypes()Gets the ProviderResourceTypesClient object to access its operations.ProvidersClientgetProviders()Gets the ProvidersClient object to access its operations.ResourceGroupsClientgetResourceGroups()Gets the ResourceGroupsClient object to access its operations.ResourcesClientgetResources()Gets the ResourcesClient object to access its operations.StringgetSubscriptionId()Gets The ID of the target subscription.TagOperationsClientgetTagOperations()Gets the TagOperationsClient object to access its operations.
-
-
-
Method Detail
-
getSubscriptionId
String getSubscriptionId()
Gets The ID of the target subscription.- Returns:
- the subscriptionId value.
-
getEndpoint
String getEndpoint()
Gets server parameter.- Returns:
- the endpoint value.
-
getApiVersion
String getApiVersion()
Gets Api Version.- Returns:
- the apiVersion value.
-
getHttpPipeline
com.azure.core.http.HttpPipeline getHttpPipeline()
Gets The HTTP pipeline to send requests through.- Returns:
- the httpPipeline value.
-
getDefaultPollInterval
Duration getDefaultPollInterval()
Gets The default poll interval for long-running operation.- Returns:
- the defaultPollInterval value.
-
getOperations
OperationsClient getOperations()
Gets the OperationsClient object to access its operations.- Returns:
- the OperationsClient object.
-
getDeployments
DeploymentsClient getDeployments()
Gets the DeploymentsClient object to access its operations.- Returns:
- the DeploymentsClient object.
-
getProviders
ProvidersClient getProviders()
Gets the ProvidersClient object to access its operations.- Returns:
- the ProvidersClient object.
-
getProviderResourceTypes
ProviderResourceTypesClient getProviderResourceTypes()
Gets the ProviderResourceTypesClient object to access its operations.- Returns:
- the ProviderResourceTypesClient object.
-
getResources
ResourcesClient getResources()
Gets the ResourcesClient object to access its operations.- Returns:
- the ResourcesClient object.
-
getResourceGroups
ResourceGroupsClient getResourceGroups()
Gets the ResourceGroupsClient object to access its operations.- Returns:
- the ResourceGroupsClient object.
-
getTagOperations
TagOperationsClient getTagOperations()
Gets the TagOperationsClient object to access its operations.- Returns:
- the TagOperationsClient object.
-
getDeploymentOperations
DeploymentOperationsClient getDeploymentOperations()
Gets the DeploymentOperationsClient object to access its operations.- Returns:
- the DeploymentOperationsClient object.
-
-