BatchAccountListKeyResponse Constructor
Namespace: Microsoft.Azure.Management.Batch.Models
Assembly: Microsoft.Azure.Management.Batch (in Microsoft.Azure.Management.Batch.dll)
Overload List
| Name | Description | |
|---|---|---|
![]() |
BatchAccountListKeyResponse() | Initializes a new instance of the BatchAccountListKeyResponse class. |
![]() |
BatchAccountListKeyResponse(String, String) | Initializes a new instance of the BatchAccountListKeyResponse class with required arguments. |
See Also
BatchAccountListKeyResponse Class
Microsoft.Azure.Management.Batch.Models Namespace
Return to top
BatchAccountListKeyResponse Constructor ()
Initializes a new instance of the BatchAccountListKeyResponse class.
Syntax
public BatchAccountListKeyResponse()
public:
BatchAccountListKeyResponse()
new : unit -> BatchAccountListKeyResponse
Public Sub New
Return to top
BatchAccountListKeyResponse Constructor (String, String)
Initializes a new instance of the BatchAccountListKeyResponse class with required arguments.
Syntax
public BatchAccountListKeyResponse(
string primaryKey,
string secondaryKey
)
public:
BatchAccountListKeyResponse(
String^ primaryKey,
String^ secondaryKey
)
new :
primaryKey:string *
secondaryKey:string -> BatchAccountListKeyResponse
Public Sub New (
primaryKey As String,
secondaryKey As String
)
Parameters
- primaryKey
Type: System.String
- secondaryKey
Type: System.String
Return to top
.jpeg)