ArmContainerInstanceModelFactory.ContainerGroupSecretReference Method
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.
public static Azure.ResourceManager.ContainerInstance.Models.ContainerGroupSecretReference ContainerGroupSecretReference(string name = default, Azure.Core.ResourceIdentifier identity = default, Uri secretReferenceUri = default);
static member ContainerGroupSecretReference : string * Azure.Core.ResourceIdentifier * Uri -> Azure.ResourceManager.ContainerInstance.Models.ContainerGroupSecretReference
Public Shared Function ContainerGroupSecretReference (Optional name As String = Nothing, Optional identity As ResourceIdentifier = Nothing, Optional secretReferenceUri As Uri = Nothing) As ContainerGroupSecretReference
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.
Returns
A new ContainerGroupSecretReference instance for mocking.