Share via


ContainerGroupSecretReference(String, ResourceIdentifier, Uri) Constructor

Definition

Initializes a new instance of ContainerGroupSecretReference.

public ContainerGroupSecretReference(string name, Azure.Core.ResourceIdentifier identity, Uri secretReferenceUri);
new Azure.ResourceManager.ContainerInstance.Models.ContainerGroupSecretReference : string * Azure.Core.ResourceIdentifier * Uri -> Azure.ResourceManager.ContainerInstance.Models.ContainerGroupSecretReference
Public Sub New (name As String, identity As ResourceIdentifier, secretReferenceUri As Uri)

Parameters

name
String

The identifier of the secret reference.

identity
ResourceIdentifier

The ARM resource id of the managed identity that has access to the secret in the key vault.

secretReferenceUri
Uri

The URI to the secret in key vault.

Exceptions

name, identity or secretReferenceUri is null.

Applies to