ArmStorageSyncModelFactory.StorageSyncServicePatch Method
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.
public static Azure.ResourceManager.StorageSync.Models.StorageSyncServicePatch StorageSyncServicePatch(System.Collections.Generic.IDictionary<string,string> tags = default, Azure.ResourceManager.Models.ManagedServiceIdentity identity = default, Azure.ResourceManager.StorageSync.Models.IncomingTrafficPolicy? incomingTrafficPolicy = default, bool? useIdentity = default);
static member StorageSyncServicePatch : System.Collections.Generic.IDictionary<string, string> * Azure.ResourceManager.Models.ManagedServiceIdentity * Nullable<Azure.ResourceManager.StorageSync.Models.IncomingTrafficPolicy> * Nullable<bool> -> Azure.ResourceManager.StorageSync.Models.StorageSyncServicePatch
Public Shared Function StorageSyncServicePatch (Optional tags As IDictionary(Of String, String) = Nothing, Optional identity As ManagedServiceIdentity = Nothing, Optional incomingTrafficPolicy As Nullable(Of IncomingTrafficPolicy) = Nothing, Optional useIdentity As Nullable(Of Boolean) = Nothing) As StorageSyncServicePatch
Parameters
- tags
- IDictionary<String,String>
The user-specified tags associated with the storage sync service.
- identity
- ManagedServiceIdentity
managed identities for the Container App to interact with other Azure services without maintaining any secrets or credentials in code.
- incomingTrafficPolicy
- Nullable<IncomingTrafficPolicy>
Incoming Traffic Policy.
Use Identity authorization when customer have finished setup RBAC permissions.
Returns
A new StorageSyncServicePatch instance for mocking.