StorageSyncServiceUpdateParameters Class

Parameters for updating an Storage sync service.

Inheritance
StorageSyncServiceUpdateParameters

Constructor

StorageSyncServiceUpdateParameters(*, tags: Optional[Dict[str, str]] = None, incoming_traffic_policy: Optional[Union[str, azure.mgmt.storagesync.models._microsoft_storage_sync_enums.IncomingTrafficPolicy]] = None, **kwargs)

Parameters

tags
dict[str, str]
Required

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

incoming_traffic_policy
str or IncomingTrafficPolicy
Required

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