Bagikan melalui


StorageSyncServiceUpdateParameters Constructors

Definition

Overloads

StorageSyncServiceUpdateParameters()

Initializes a new instance of the StorageSyncServiceUpdateParameters class.

StorageSyncServiceUpdateParameters(IDictionary<String,String>, String)

Initializes a new instance of the StorageSyncServiceUpdateParameters class.

StorageSyncServiceUpdateParameters()

Initializes a new instance of the StorageSyncServiceUpdateParameters class.

public StorageSyncServiceUpdateParameters ();
Public Sub New ()

Applies to

StorageSyncServiceUpdateParameters(IDictionary<String,String>, String)

Initializes a new instance of the StorageSyncServiceUpdateParameters class.

public StorageSyncServiceUpdateParameters (System.Collections.Generic.IDictionary<string,string> tags = default, string incomingTrafficPolicy = default);
new Microsoft.Azure.Management.StorageSync.Models.StorageSyncServiceUpdateParameters : System.Collections.Generic.IDictionary<string, string> * string -> Microsoft.Azure.Management.StorageSync.Models.StorageSyncServiceUpdateParameters
Public Sub New (Optional tags As IDictionary(Of String, String) = Nothing, Optional incomingTrafficPolicy As String = Nothing)

Parameters

tags
IDictionary<String,String>

The user-specified tags associated with the storage sync service.

incomingTrafficPolicy
String

Incoming Traffic Policy. Possible values include: 'AllowAllTraffic', 'AllowVirtualNetworksOnly'

Applies to