Share via


SyncStorageKeysInput Constructors

Definition

Overloads

SyncStorageKeysInput()

Initializes a new instance of the SyncStorageKeysInput class.

SyncStorageKeysInput(String)

Initializes a new instance of the SyncStorageKeysInput class.

SyncStorageKeysInput()

Initializes a new instance of the SyncStorageKeysInput class.

public SyncStorageKeysInput ();
Public Sub New ()

Applies to

SyncStorageKeysInput(String)

Initializes a new instance of the SyncStorageKeysInput class.

public SyncStorageKeysInput (string id = default);
new Microsoft.Azure.Management.Media.Models.SyncStorageKeysInput : string -> Microsoft.Azure.Management.Media.Models.SyncStorageKeysInput
Public Sub New (Optional id As String = Nothing)

Parameters

id
String

The ID of the storage account resource.

Applies to