InnerT - inner management client implementation typepublic abstract class Manager<InnerT> extends Object implements HasServiceClient<InnerT>
| Modifier | Constructor and Description |
|---|---|
protected |
Manager(com.azure.core.http.HttpPipeline httpPipeline,
com.azure.core.management.profile.AzureProfile profile,
InnerT innerManagementClient) |
| Modifier and Type | Method and Description |
|---|---|
com.azure.core.management.AzureEnvironment |
environment() |
com.azure.core.http.HttpPipeline |
httpPipeline() |
ResourceManager |
resourceManager() |
InnerT |
serviceClient() |
String |
subscriptionId() |
protected void |
withResourceManager(ResourceManager resourceManager) |
protected Manager(com.azure.core.http.HttpPipeline httpPipeline,
com.azure.core.management.profile.AzureProfile profile,
InnerT innerManagementClient)
public InnerT serviceClient()
serviceClient in interface HasServiceClient<InnerT>public String subscriptionId()
public com.azure.core.management.AzureEnvironment environment()
protected final void withResourceManager(ResourceManager resourceManager)
public ResourceManager resourceManager()
ResourceManager associated with this managerpublic com.azure.core.http.HttpPipeline httpPipeline()
HttpPipeline associated with this managerVisit the Azure for Java Developers site for more Java documentation, including quick starts, tutorials, and code samples.