Compartir a través de


ContainerRegistryIdentity Class

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.ContainerRegistryIdentityTypeConverter))]
public class ContainerRegistryIdentity : Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.IContainerRegistryIdentity
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.ContainerRegistryIdentityTypeConverter))>]
type ContainerRegistryIdentity = class
    interface IContainerRegistryIdentity
    interface IJsonSerializable
Public Class ContainerRegistryIdentity
Implements IContainerRegistryIdentity
Inheritance
ContainerRegistryIdentity
Attributes
Implements

Constructors

ContainerRegistryIdentity()

Creates an new ContainerRegistryIdentity instance.

Properties

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

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of ContainerRegistryIdentity.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of ContainerRegistryIdentity.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.IContainerRegistryIdentity.

FromJsonString(String)

Creates a new instance of ContainerRegistryIdentity, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of ContainerRegistryIdentity into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to