Note
Access to this page requires authorization. You can try signing in or .
Access to this page requires authorization. You can try .
IContainerRegistryIdentity Interface
Definition
- Assembly:
- Az.ContainerRegistry.private.dll
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.ContainerRegistryIdentityTypeConverter))]
public interface IContainerRegistryIdentity : Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.ContainerRegistryIdentityTypeConverter))>]
type IContainerRegistryIdentity = interface
interface IJsonSerializable
Public Interface IContainerRegistryIdentity
Implements IJsonSerializable
- Derived
- Attributes
- Implements
Properties
| Name | Description |
|---|---|
| AgentPoolName |
The name of the agent pool. |
| CacheRuleName |
The name of the cache rule. |
| ConnectedRegistryName |
The name of the connected registry. |
| CredentialSetName |
The name of the credential set. |
| ExportPipelineName |
The name of the export pipeline. |
| GroupName |
The name of the private link resource. |
| Id |
Resource identity path |
| ImportPipelineName |
The name of the import pipeline. |
| PipelineRunName |
The name of the pipeline run. |
| PrivateEndpointConnectionName |
The name of the private endpoint connection. |
| RegistryName |
The name of the container registry. |
| ReplicationName |
The name of the replication. |
| ResourceGroupName |
The name of the resource group. The name is case insensitive. |
| RunId |
The run ID. |
| ScopeMapName |
The name of the scope map. |
| SubscriptionId |
The ID of the target subscription. The value must be an UUID. |
| TaskName |
The name of the container registry task. |
| TaskRunName |
The name of the task run. |
| TokenName |
The name of the token. |
| WebhookName |
The name of the webhook. |
Methods
| Name | Description |
|---|---|
| ToJson(JsonObject, SerializationMode) | (Inherited from IJsonSerializable) |
