StorageSyncServiceUpdateParameters interface

Parameters for updating an Storage sync service.

Properties

identity

managed identities for the Container App to interact with other Azure services without maintaining any secrets or credentials in code.

incomingTrafficPolicy

Incoming Traffic Policy

tags

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

useIdentity

Use Identity authorization when customer have finished setup RBAC permissions.

Property Details

identity

managed identities for the Container App to interact with other Azure services without maintaining any secrets or credentials in code.

identity?: ManagedServiceIdentity

Property Value

incomingTrafficPolicy

Incoming Traffic Policy

incomingTrafficPolicy?: string

Property Value

string

tags

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

tags?: Record<string, string>

Property Value

Record<string, string>

useIdentity

Use Identity authorization when customer have finished setup RBAC permissions.

useIdentity?: boolean

Property Value

boolean