ArmIotOperationsModelFactory.AkriConnectorsContainerRegistrySettings 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.AkriConnectorsContainerRegistrySettings AkriConnectorsContainerRegistrySettings(string registry = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.IotOperations.Models.AkriConnectorsImagePullSecret> imagePullSecrets = default);
static member AkriConnectorsContainerRegistrySettings : string * seq<Azure.ResourceManager.IotOperations.Models.AkriConnectorsImagePullSecret> -> Azure.ResourceManager.IotOperations.Models.AkriConnectorsContainerRegistrySettings
Public Shared Function AkriConnectorsContainerRegistrySettings (Optional registry As String = Nothing, Optional imagePullSecrets As IEnumerable(Of AkriConnectorsImagePullSecret) = Nothing) As AkriConnectorsContainerRegistrySettings
Parameters
- registry
- String
The container registry to use for the artifact.
- imagePullSecrets
- IEnumerable<AkriConnectorsImagePullSecret>
Optional list of references to secrets in the same namespace to use for pulling the connector image.
Returns
A new AkriConnectorsContainerRegistrySettings instance for mocking.