ArmIotOperationsModelFactory.RegistryEndpointArtifactPullSecretAuthentication 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.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.