azure-docs-sdk-java/docs-ref-autogen/com.azure.resourcemanager.c...

117 строки
11 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.resourcemanager.containerregistry.ContainerRegistryManager"
fullName: "com.azure.resourcemanager.containerregistry.ContainerRegistryManager"
name: "ContainerRegistryManager"
nameWithType: "ContainerRegistryManager"
summary: "Entry point to Azure container registry management."
inheritances:
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.azure.resourcemanager.resources.fluentcore.arm.Manager?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
inheritedClassMethods:
- classRef: "<xref href=\"com.azure.resourcemanager.resources.fluentcore.arm.Manager?alt=com.azure.resourcemanager.resources.fluentcore.arm.Manager&text=Manager\" data-throw-if-not-resolved=\"False\" />"
methodsRef:
- "<xref href=\"com.azure.resourcemanager.resources.fluentcore.arm.Manager.environment()?alt=com.azure.resourcemanager.resources.fluentcore.arm.Manager.environment&text=environment\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.azure.resourcemanager.resources.fluentcore.arm.Manager.httpPipeline()?alt=com.azure.resourcemanager.resources.fluentcore.arm.Manager.httpPipeline&text=httpPipeline\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.azure.resourcemanager.resources.fluentcore.arm.Manager.resourceManager()?alt=com.azure.resourcemanager.resources.fluentcore.arm.Manager.resourceManager&text=resourceManager\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.azure.resourcemanager.resources.fluentcore.arm.Manager.serviceClient()?alt=com.azure.resourcemanager.resources.fluentcore.arm.Manager.serviceClient&text=serviceClient\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.azure.resourcemanager.resources.fluentcore.arm.Manager.subscriptionId()?alt=com.azure.resourcemanager.resources.fluentcore.arm.Manager.subscriptionId&text=subscriptionId\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.azure.resourcemanager.resources.fluentcore.arm.Manager.withResourceManager(com.azure.resourcemanager.resources.ResourceManager)?alt=com.azure.resourcemanager.resources.fluentcore.arm.Manager.withResourceManager&text=withResourceManager\" data-throw-if-not-resolved=\"False\" />"
- 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 final class **ContainerRegistryManager**</br> extends <xref href=\"com.azure.resourcemanager.resources.fluentcore.arm.Manager?alt=com.azure.resourcemanager.resources.fluentcore.arm.Manager&text=Manager\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.resourcemanager.containerregistry.fluent.ContainerRegistryManagementClient?alt=com.azure.resourcemanager.containerregistry.fluent.ContainerRegistryManagementClient&text=ContainerRegistryManagementClient\" data-throw-if-not-resolved=\"False\" />&gt;"
methods:
- uid: "com.azure.resourcemanager.containerregistry.ContainerRegistryManager.authenticate(com.azure.core.credential.TokenCredential,com.azure.core.management.profile.AzureProfile)"
fullName: "com.azure.resourcemanager.containerregistry.ContainerRegistryManager.authenticate(TokenCredential credential, AzureProfile profile)"
name: "authenticate(TokenCredential credential, AzureProfile profile)"
nameWithType: "ContainerRegistryManager.authenticate(TokenCredential credential, AzureProfile profile)"
summary: "Creates an instance of Container<wbr>Registry<wbr>Manager that exposes Registry resource management API entry points."
modifiers:
- "static"
parameters:
- description: "the credential to use"
name: "credential"
type: "<xref href=\"com.azure.core.credential.TokenCredential?alt=com.azure.core.credential.TokenCredential&text=TokenCredential\" data-throw-if-not-resolved=\"False\" />"
- description: "the profile to use"
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\" />"
syntax: "public static ContainerRegistryManager authenticate(TokenCredential credential, AzureProfile profile)"
desc: "Creates an instance of ContainerRegistryManager that exposes Registry resource management API entry points."
returns:
description: "the ContainerRegistryManager"
type: "<xref href=\"com.azure.resourcemanager.containerregistry.ContainerRegistryManager?alt=com.azure.resourcemanager.containerregistry.ContainerRegistryManager&text=ContainerRegistryManager\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.containerregistry.ContainerRegistryManager.authenticate(com.azure.core.http.HttpPipeline,com.azure.core.management.profile.AzureProfile)"
fullName: "com.azure.resourcemanager.containerregistry.ContainerRegistryManager.authenticate(HttpPipeline httpPipeline, AzureProfile profile)"
name: "authenticate(HttpPipeline httpPipeline, AzureProfile profile)"
nameWithType: "ContainerRegistryManager.authenticate(HttpPipeline httpPipeline, AzureProfile profile)"
summary: "Creates an instance of Container<wbr>Registry<wbr>Manager that exposes Registry resource management API entry points."
modifiers:
- "static"
parameters:
- description: "the <xref uid=\"com.azure.core.http.HttpPipeline\" data-throw-if-not-resolved=\"false\" data-raw-source=\"HttpPipeline\"></xref> configured with Azure authentication credential."
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 profile to use"
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\" />"
syntax: "public static ContainerRegistryManager authenticate(HttpPipeline httpPipeline, AzureProfile profile)"
desc: "Creates an instance of ContainerRegistryManager that exposes Registry resource management API entry points."
returns:
description: "the ContainerRegistryManager"
type: "<xref href=\"com.azure.resourcemanager.containerregistry.ContainerRegistryManager?alt=com.azure.resourcemanager.containerregistry.ContainerRegistryManager&text=ContainerRegistryManager\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.containerregistry.ContainerRegistryManager.configure()"
fullName: "com.azure.resourcemanager.containerregistry.ContainerRegistryManager.configure()"
name: "configure()"
nameWithType: "ContainerRegistryManager.configure()"
summary: "Get a Configurable instance that can be used to create Container<wbr>Registry<wbr>Manager with optional configuration."
modifiers:
- "static"
syntax: "public static ContainerRegistryManager.Configurable configure()"
desc: "Get a Configurable instance that can be used to create ContainerRegistryManager with optional configuration."
returns:
description: "Configurable"
type: "<xref href=\"com.azure.resourcemanager.containerregistry.ContainerRegistryManager.Configurable?alt=com.azure.resourcemanager.containerregistry.ContainerRegistryManager.Configurable&text=Configurable\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.containerregistry.ContainerRegistryManager.containerRegistries()"
fullName: "com.azure.resourcemanager.containerregistry.ContainerRegistryManager.containerRegistries()"
name: "containerRegistries()"
nameWithType: "ContainerRegistryManager.containerRegistries()"
syntax: "public Registries containerRegistries()"
returns:
description: "the availability set resource management API entry point"
type: "<xref href=\"com.azure.resourcemanager.containerregistry.models.Registries?alt=com.azure.resourcemanager.containerregistry.models.Registries&text=Registries\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.containerregistry.ContainerRegistryManager.containerRegistryTasks()"
fullName: "com.azure.resourcemanager.containerregistry.ContainerRegistryManager.containerRegistryTasks()"
name: "containerRegistryTasks()"
nameWithType: "ContainerRegistryManager.containerRegistryTasks()"
summary: "Gets the current instance of Container<wbr>Registry<wbr>Manager's tasks."
syntax: "public RegistryTasks containerRegistryTasks()"
desc: "Gets the current instance of ContainerRegistryManager's tasks."
returns:
description: "the tasks of the current instance of ContainerRegistryManager."
type: "<xref href=\"com.azure.resourcemanager.containerregistry.models.RegistryTasks?alt=com.azure.resourcemanager.containerregistry.models.RegistryTasks&text=RegistryTasks\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.containerregistry.ContainerRegistryManager.registryTaskRuns()"
fullName: "com.azure.resourcemanager.containerregistry.ContainerRegistryManager.registryTaskRuns()"
name: "registryTaskRuns()"
nameWithType: "ContainerRegistryManager.registryTaskRuns()"
summary: "Gets the current instance of Container<wbr>Registry<wbr>Manager's registry task runs."
syntax: "public RegistryTaskRuns registryTaskRuns()"
desc: "Gets the current instance of ContainerRegistryManager's registry task runs."
returns:
description: "the registry task runs of the current instance of ContainerRegistryManager."
type: "<xref href=\"com.azure.resourcemanager.containerregistry.models.RegistryTaskRuns?alt=com.azure.resourcemanager.containerregistry.models.RegistryTaskRuns&text=RegistryTaskRuns\" data-throw-if-not-resolved=\"False\" />"
type: "class"
desc: "Entry point to Azure container registry management."
metadata: {}
package: "com.azure.resourcemanager.containerregistry"
artifact: com.azure.resourcemanager:azure-resourcemanager-containerregistry:2.44.0