108 строки
8.1 KiB
YAML
108 строки
8.1 KiB
YAML
### YamlMime:JavaType
|
|
uid: "com.azure.resourcemanager.resources.fluentcore.arm.Manager"
|
|
fullName: "com.azure.resourcemanager.resources.fluentcore.arm.Manager<InnerT>"
|
|
name: "Manager<InnerT>"
|
|
nameWithType: "Manager<InnerT>"
|
|
summary: "Generic base class for Azure resource managers."
|
|
inheritances:
|
|
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
|
|
inheritedClassMethods:
|
|
- classRef: "java.lang.<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html\">Object</a>"
|
|
methodsRef:
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#clone--\">clone</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#equals-java.lang.Object-\">equals</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#finalize--\">finalize</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#getClass--\">getClass</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#hashCode--\">hashCode</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notify--\">notify</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notifyAll--\">notifyAll</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#toString--\">toString</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait--\">wait</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-\">wait</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-int-\">wait</a>"
|
|
syntax: "public abstract class **Manager<InnerT>**</br> implements <xref href=\"com.azure.resourcemanager.resources.fluentcore.model.HasServiceClient?alt=com.azure.resourcemanager.resources.fluentcore.model.HasServiceClient&text=HasServiceClient\" data-throw-if-not-resolved=\"False\" /><<xref href=\"InnerT?alt=InnerT&text=InnerT\" data-throw-if-not-resolved=\"False\" />>"
|
|
constructors:
|
|
- uid: "com.azure.resourcemanager.resources.fluentcore.arm.Manager.Manager(com.azure.core.http.HttpPipeline,com.azure.core.management.profile.AzureProfile,InnerT)"
|
|
fullName: "com.azure.resourcemanager.resources.fluentcore.arm.Manager<InnerT>.Manager(HttpPipeline httpPipeline, AzureProfile profile, InnerT innerManagementClient)"
|
|
name: "Manager(HttpPipeline httpPipeline, AzureProfile profile, InnerT innerManagementClient)"
|
|
nameWithType: "Manager<InnerT>.Manager(HttpPipeline httpPipeline, AzureProfile profile, InnerT innerManagementClient)"
|
|
summary: "Creates a new instance of <xref uid=\"com.azure.resourcemanager.resources.fluentcore.arm.Manager\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Manager\"></xref>."
|
|
modifiers:
|
|
- "protected"
|
|
parameters:
|
|
- description: "The HttpPipeline used by the manager."
|
|
name: "httpPipeline"
|
|
type: "<xref href=\"com.azure.core.http.HttpPipeline?alt=com.azure.core.http.HttpPipeline&text=HttpPipeline\" data-throw-if-not-resolved=\"False\" />"
|
|
- description: "The AzureProfile used by the manager."
|
|
name: "profile"
|
|
type: "<xref href=\"com.azure.core.management.profile.AzureProfile?alt=com.azure.core.management.profile.AzureProfile&text=AzureProfile\" data-throw-if-not-resolved=\"False\" />"
|
|
- description: "The inner management client."
|
|
name: "innerManagementClient"
|
|
type: "<xref href=\"InnerT?alt=InnerT&text=InnerT\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "protected Manager(HttpPipeline httpPipeline, AzureProfile profile, InnerT innerManagementClient)"
|
|
desc: "Creates a new instance of <xref uid=\"com.azure.resourcemanager.resources.fluentcore.arm.Manager\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Manager\"></xref>."
|
|
methods:
|
|
- uid: "com.azure.resourcemanager.resources.fluentcore.arm.Manager.environment()"
|
|
fullName: "com.azure.resourcemanager.resources.fluentcore.arm.Manager<InnerT>.environment()"
|
|
name: "environment()"
|
|
nameWithType: "Manager<InnerT>.environment()"
|
|
syntax: "public AzureEnvironment environment()"
|
|
returns:
|
|
description: "the Azure environment the manager is working with"
|
|
type: "<xref href=\"com.azure.core.management.AzureEnvironment?alt=com.azure.core.management.AzureEnvironment&text=AzureEnvironment\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.resources.fluentcore.arm.Manager.httpPipeline()"
|
|
fullName: "com.azure.resourcemanager.resources.fluentcore.arm.Manager<InnerT>.httpPipeline()"
|
|
name: "httpPipeline()"
|
|
nameWithType: "Manager<InnerT>.httpPipeline()"
|
|
syntax: "public HttpPipeline httpPipeline()"
|
|
returns:
|
|
description: "the <xref uid=\"com.azure.core.http.HttpPipeline\" data-throw-if-not-resolved=\"false\" data-raw-source=\"HttpPipeline\"></xref> associated with this manager"
|
|
type: "<xref href=\"com.azure.core.http.HttpPipeline?alt=com.azure.core.http.HttpPipeline&text=HttpPipeline\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.resources.fluentcore.arm.Manager.resourceManager()"
|
|
fullName: "com.azure.resourcemanager.resources.fluentcore.arm.Manager<InnerT>.resourceManager()"
|
|
name: "resourceManager()"
|
|
nameWithType: "Manager<InnerT>.resourceManager()"
|
|
syntax: "public ResourceManager resourceManager()"
|
|
returns:
|
|
description: "the <xref uid=\"com.azure.resourcemanager.resources.ResourceManager\" data-throw-if-not-resolved=\"false\" data-raw-source=\"ResourceManager\"></xref> associated with this manager"
|
|
type: "<xref href=\"com.azure.resourcemanager.resources.ResourceManager?alt=com.azure.resourcemanager.resources.ResourceManager&text=ResourceManager\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.resources.fluentcore.arm.Manager.serviceClient()"
|
|
fullName: "com.azure.resourcemanager.resources.fluentcore.arm.Manager<InnerT>.serviceClient()"
|
|
name: "serviceClient()"
|
|
nameWithType: "Manager<InnerT>.serviceClient()"
|
|
syntax: "public InnerT serviceClient()"
|
|
returns:
|
|
type: "<xref href=\"InnerT?alt=InnerT&text=InnerT\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.resources.fluentcore.arm.Manager.subscriptionId()"
|
|
fullName: "com.azure.resourcemanager.resources.fluentcore.arm.Manager<InnerT>.subscriptionId()"
|
|
name: "subscriptionId()"
|
|
nameWithType: "Manager<InnerT>.subscriptionId()"
|
|
syntax: "public String subscriptionId()"
|
|
returns:
|
|
description: "the ID of the subscription the manager is working with"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- uid: "com.azure.resourcemanager.resources.fluentcore.arm.Manager.withResourceManager(com.azure.resourcemanager.resources.ResourceManager)"
|
|
fullName: "com.azure.resourcemanager.resources.fluentcore.arm.Manager<InnerT>.withResourceManager(ResourceManager resourceManager)"
|
|
name: "withResourceManager(ResourceManager resourceManager)"
|
|
nameWithType: "Manager<InnerT>.withResourceManager(ResourceManager resourceManager)"
|
|
summary: "Configures the Resource<wbr>Manager for this manager instance."
|
|
modifiers:
|
|
- "protected"
|
|
- "final"
|
|
parameters:
|
|
- description: "The ResourceManager to associate with this manager."
|
|
name: "resourceManager"
|
|
type: "<xref href=\"com.azure.resourcemanager.resources.ResourceManager?alt=com.azure.resourcemanager.resources.ResourceManager&text=ResourceManager\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "protected final void withResourceManager(ResourceManager resourceManager)"
|
|
desc: "Configures the ResourceManager for this manager instance."
|
|
type: "class"
|
|
typeParameters:
|
|
- description: "inner management client implementation type"
|
|
name: "InnerT"
|
|
desc: "Generic base class for Azure resource managers."
|
|
implements:
|
|
- "<xref href=\"com.azure.resourcemanager.resources.fluentcore.model.HasServiceClient?alt=com.azure.resourcemanager.resources.fluentcore.model.HasServiceClient&text=HasServiceClient\" data-throw-if-not-resolved=\"False\" /><<xref href=\"InnerT?alt=InnerT&text=InnerT\" data-throw-if-not-resolved=\"False\" />>"
|
|
metadata: {}
|
|
package: "com.azure.resourcemanager.resources.fluentcore.arm"
|
|
artifact: com.azure.resourcemanager:azure-resourcemanager-resources:2.44.0
|