ArmIotOperationsModelFactory.RegistryEndpointArtifactPullSecretAuthentication Method

Definition

public static Azure.ResourceManager.IotOperations.Models.RegistryEndpointArtifactPullSecretAuthentication RegistryEndpointArtifactPullSecretAuthentication(string secretRef = default);
static member RegistryEndpointArtifactPullSecretAuthentication : string -> Azure.ResourceManager.IotOperations.Models.RegistryEndpointArtifactPullSecretAuthentication
Public Shared Function RegistryEndpointArtifactPullSecretAuthentication (Optional secretRef As String = Nothing) As RegistryEndpointArtifactPullSecretAuthentication

Parameters

secretRef
String

The name of the kubernetes secret that contains the artifact pull secret.

Returns

A new RegistryEndpointArtifactPullSecretAuthentication instance for mocking.

Exceptions

secretRef is null.

Applies to