StorageSyncServiceCreateParameters 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
StorageSyncServiceCreateParameters() |
Initializes a new instance of the StorageSyncServiceCreateParameters class. |
StorageSyncServiceCreateParameters(String, IDictionary<String,String>, String) |
Initializes a new instance of the StorageSyncServiceCreateParameters class. |
StorageSyncServiceCreateParameters()
Initializes a new instance of the StorageSyncServiceCreateParameters class.
public StorageSyncServiceCreateParameters ();
Public Sub New ()
Applies to
StorageSyncServiceCreateParameters(String, IDictionary<String,String>, String)
Initializes a new instance of the StorageSyncServiceCreateParameters class.
public StorageSyncServiceCreateParameters (string location, System.Collections.Generic.IDictionary<string,string> tags = default, string incomingTrafficPolicy = default);
new Microsoft.Azure.Management.StorageSync.Models.StorageSyncServiceCreateParameters : string * System.Collections.Generic.IDictionary<string, string> * string -> Microsoft.Azure.Management.StorageSync.Models.StorageSyncServiceCreateParameters
Public Sub New (location As String, Optional tags As IDictionary(Of String, String) = Nothing, Optional incomingTrafficPolicy As String = Nothing)
Parameters
- location
- String
Required. Gets or sets the location of the resource. This will be one of the supported and registered Azure Geo Regions (e.g. West US, East US, Southeast Asia, etc.). The geo region of a resource cannot be changed once it is created, but if an identical geo region is specified on update, the request will succeed.
- tags
- IDictionary<String,String>
Gets or sets a list of key value pairs that describe the resource. These tags can be used for viewing and grouping this resource (across resource groups). A maximum of 15 tags can be provided for a resource. Each tag must have a key with a length no greater than 128 characters and a value with a length no greater than 256 characters.
- incomingTrafficPolicy
- String
Incoming Traffic Policy. Possible values include: 'AllowAllTraffic', 'AllowVirtualNetworksOnly'
Applies to
Azure SDK for .NET