PSContainerRegistry Constructors
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.
Overloads
PSContainerRegistry(String, String, String) | |
PSContainerRegistry(String, String, String, PSComputeNodeIdentityReference) |
PSContainerRegistry(String, String, String)
public PSContainerRegistry (string userName, string registryServer = default, string password = default);
new Microsoft.Azure.Commands.Batch.Models.PSContainerRegistry : string * string * string -> Microsoft.Azure.Commands.Batch.Models.PSContainerRegistry
Public Sub New (userName As String, Optional registryServer As String = Nothing, Optional password As String = Nothing)
Parameters
- userName
- String
- registryServer
- String
- password
- String
Applies to
PSContainerRegistry(String, String, String, PSComputeNodeIdentityReference)
public PSContainerRegistry (string userName = default, string password = default, string registryServer = default, Microsoft.Azure.Commands.Batch.Models.PSComputeNodeIdentityReference identityReference = default);
new Microsoft.Azure.Commands.Batch.Models.PSContainerRegistry : string * string * string * Microsoft.Azure.Commands.Batch.Models.PSComputeNodeIdentityReference -> Microsoft.Azure.Commands.Batch.Models.PSContainerRegistry
Public Sub New (Optional userName As String = Nothing, Optional password As String = Nothing, Optional registryServer As String = Nothing, Optional identityReference As PSComputeNodeIdentityReference = Nothing)
Parameters
- userName
- String
- password
- String
- registryServer
- String
- identityReference
- PSComputeNodeIdentityReference