共用方式為


StorageSyncServiceCreateParameters Class

Definition

The parameters used when creating a storage sync service.

[Microsoft.Rest.Serialization.JsonTransformation]
public class StorageSyncServiceCreateParameters
[<Microsoft.Rest.Serialization.JsonTransformation>]
type StorageSyncServiceCreateParameters = class
Public Class StorageSyncServiceCreateParameters
Inheritance
StorageSyncServiceCreateParameters
Attributes

Constructors

StorageSyncServiceCreateParameters()

Initializes a new instance of the StorageSyncServiceCreateParameters class.

StorageSyncServiceCreateParameters(String, IDictionary<String,String>, String)

Initializes a new instance of the StorageSyncServiceCreateParameters class.

Properties

IncomingTrafficPolicy

Gets or sets incoming Traffic Policy. Possible values include: 'AllowAllTraffic', 'AllowVirtualNetworksOnly'

Location

Gets or sets 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

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.

Methods

Validate()

Validate the object.

Applies to