Manager<InnerT> Class
- java.
lang. Object - com.
azure. resourcemanager. resources. fluentcore. arm. Manager<InnerT>
- com.
Type Parameters
- InnerT
inner management client implementation type
Implements
public abstract class Manager
implements HasServiceClient<InnerT>
Generic base class for Azure resource managers.
Constructor Summary
Modifier | Constructor | Description |
---|---|---|
protected | Manager(HttpPipeline httpPipeline, AzureProfile profile, InnerT innerManagementClient) |
Creates a new instance of Manager<InnerT>. |
Method Summary
Modifier and Type | Method and Description |
---|---|
Azure |
environment() |
Http |
httpPipeline() |
Resource |
resourceManager() |
InnerT | serviceClient() |
String | subscriptionId() |
protected final void |
withResourceManager(ResourceManager resourceManager)
Configures the Resource |
Methods inherited from java.lang.Object
Constructor Details
Manager
protected Manager(HttpPipeline httpPipeline, AzureProfile profile, InnerT innerManagementClient)
Creates a new instance of Manager<InnerT>.
Parameters:
Method Details
environment
public AzureEnvironment environment()
Returns:
httpPipeline
resourceManager
serviceClient
public InnerT serviceClient()
subscriptionId
public String subscriptionId()
Returns:
withResourceManager
protected final void withResourceManager(ResourceManager resourceManager)
Configures the ResourceManager for this manager instance.
Parameters:
Applies to
Azure SDK for Java