StorageSyncServiceUpdateParameters Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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'