ContainerGroupSecretReference(String, ResourceIdentifier, Uri) Constructor
Definition
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.
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.