Share via


BatchAccountListKeyResult Constructor

 

Namespace:   Microsoft.Azure.Management.Batch.Models
Assembly:  Microsoft.Azure.Management.Batch (in Microsoft.Azure.Management.Batch.dll)

Overload List

Name Description
System_CAPS_pubmethod BatchAccountListKeyResult()

Initializes a new instance of the BatchAccountListKeyResult class.

System_CAPS_pubmethod BatchAccountListKeyResult(String, String)

Initializes a new instance of the BatchAccountListKeyResult class.

See Also

BatchAccountListKeyResult Class
Microsoft.Azure.Management.Batch.Models Namespace

Return to top

BatchAccountListKeyResult Constructor ()

Initializes a new instance of the BatchAccountListKeyResult class.

Syntax

public BatchAccountListKeyResult()
public:
BatchAccountListKeyResult()
new : unit -> BatchAccountListKeyResult
Public Sub New

Return to top

BatchAccountListKeyResult Constructor (String, String)

Initializes a new instance of the BatchAccountListKeyResult class.

Syntax

public BatchAccountListKeyResult(
    string primary = null,
    string secondary = null
)
public:
BatchAccountListKeyResult(
    String^ primary = null,
    String^ secondary = null
)
new : 
        primary:string = null *
        secondary:string = null -> BatchAccountListKeyResult
Public Sub New (
    primary As String,
    secondary As String
)

Parameters

Return to top