PostBackupResponse Constructors

Definition

Overloads

PostBackupResponse()

Initializes a new instance of the PostBackupResponse class.

PostBackupResponse(String)

Initializes a new instance of the PostBackupResponse class.

PostBackupResponse()

Initializes a new instance of the PostBackupResponse class.

public PostBackupResponse ();
Public Sub New ()

Applies to

PostBackupResponse(String)

Initializes a new instance of the PostBackupResponse class.

public PostBackupResponse (string cloudEndpointName = default);
new Microsoft.Azure.Management.StorageSync.Models.PostBackupResponse : string -> Microsoft.Azure.Management.StorageSync.Models.PostBackupResponse
Public Sub New (Optional cloudEndpointName As String = Nothing)

Parameters

cloudEndpointName
String

cloud endpoint Name.

Applies to