BatchAccountRegenerateKeyResult Constructor
Namespace: Microsoft.Azure.Management.Batch.Models
Assembly: Microsoft.Azure.Management.Batch (in Microsoft.Azure.Management.Batch.dll)
Overload List
Name | Description | |
---|---|---|
BatchAccountRegenerateKeyResult() | Initializes a new instance of the BatchAccountRegenerateKeyResult class. |
|
BatchAccountRegenerateKeyResult(String, String) | Initializes a new instance of the BatchAccountRegenerateKeyResult class. |
See Also
BatchAccountRegenerateKeyResult Class
Microsoft.Azure.Management.Batch.Models Namespace
Return to top
BatchAccountRegenerateKeyResult Constructor ()
Initializes a new instance of the BatchAccountRegenerateKeyResult class.
Syntax
public BatchAccountRegenerateKeyResult()
public:
BatchAccountRegenerateKeyResult()
new : unit -> BatchAccountRegenerateKeyResult
Public Sub New
Return to top
BatchAccountRegenerateKeyResult Constructor (String, String)
Initializes a new instance of the BatchAccountRegenerateKeyResult class.
Syntax
public BatchAccountRegenerateKeyResult(
string primary = null,
string secondary = null
)
public:
BatchAccountRegenerateKeyResult(
String^ primary = null,
String^ secondary = null
)
new :
primary:string = null *
secondary:string = null -> BatchAccountRegenerateKeyResult
Public Sub New (
primary As String,
secondary As String
)
Parameters
- primary
Type: System.String
- secondary
Type: System.String
Return to top