StorageSyncServiceUpdateParameters Class
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.
Parameters for updating an Storage sync service.
[Microsoft.Rest.Serialization.JsonTransformation]
public class StorageSyncServiceUpdateParameters
[<Microsoft.Rest.Serialization.JsonTransformation>]
type StorageSyncServiceUpdateParameters = class
Public Class StorageSyncServiceUpdateParameters
- Inheritance
-
StorageSyncServiceUpdateParameters
- Attributes
Constructors
StorageSyncServiceUpdateParameters() |
Initializes a new instance of the StorageSyncServiceUpdateParameters class. |
StorageSyncServiceUpdateParameters(IDictionary<String,String>, String) |
Initializes a new instance of the StorageSyncServiceUpdateParameters class. |
Properties
IncomingTrafficPolicy |
Gets or sets incoming Traffic Policy. Possible values include: 'AllowAllTraffic', 'AllowVirtualNetworksOnly' |
Tags |
Gets or sets the user-specified tags associated with the storage sync service. |
Applies to
Azure SDK for .NET