StorageSyncServiceUpdateParameters Class
- java.
lang. Object - com.
azure. resourcemanager. storagesync. models. StorageSyncServiceUpdateParameters
- com.
Implements
public final class StorageSyncServiceUpdateParameters
implements JsonSerializable<StorageSyncServiceUpdateParameters>
Parameters for updating an Storage sync service.
Constructor Summary
| Constructor | Description |
|---|---|
| StorageSyncServiceUpdateParameters() |
Creates an instance of Storage |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Storage |
fromJson(JsonReader jsonReader)
Reads an instance of Storage |
|
Managed |
identity()
Get the identity property: managed identities for the Container App to interact with other Azure services without maintaining any secrets or credentials in code. |
|
Incoming |
incomingTrafficPolicy()
Get the incoming |
| Map<String,String> |
tags()
Get the tags property: The user-specified tags associated with the storage sync service. |
|
Json |
toJson(JsonWriter jsonWriter) |
| Boolean |
useIdentity()
Get the use |
|
Storage |
withIdentity(ManagedServiceIdentity identity)
Set the identity property: managed identities for the Container App to interact with other Azure services without maintaining any secrets or credentials in code. |
|
Storage |
withIncomingTrafficPolicy(IncomingTrafficPolicy incomingTrafficPolicy)
Set the incoming |
|
Storage |
withTags(Map<String,String> tags)
Set the tags property: The user-specified tags associated with the storage sync service. |
|
Storage |
withUseIdentity(Boolean useIdentity)
Set the use |
Methods inherited from java.lang.Object
Constructor Details
StorageSyncServiceUpdateParameters
public StorageSyncServiceUpdateParameters()
Creates an instance of StorageSyncServiceUpdateParameters class.
Method Details
fromJson
public static StorageSyncServiceUpdateParameters fromJson(JsonReader jsonReader)
Reads an instance of StorageSyncServiceUpdateParameters from the JsonReader.
Parameters:
Returns:
Throws:
identity
public ManagedServiceIdentity identity()
Get the identity property: managed identities for the Container App to interact with other Azure services without maintaining any secrets or credentials in code.
Returns:
incomingTrafficPolicy
public IncomingTrafficPolicy incomingTrafficPolicy()
Get the incomingTrafficPolicy property: Incoming Traffic Policy.
Returns:
tags
public Map<String,String> tags()
Get the tags property: The user-specified tags associated with the storage sync service.
Returns:
toJson
useIdentity
public Boolean useIdentity()
Get the useIdentity property: Use Identity authorization when customer have finished setup RBAC permissions.
Returns:
withIdentity
public StorageSyncServiceUpdateParameters withIdentity(ManagedServiceIdentity identity)
Set the identity property: managed identities for the Container App to interact with other Azure services without maintaining any secrets or credentials in code.
Parameters:
Returns:
withIncomingTrafficPolicy
public StorageSyncServiceUpdateParameters withIncomingTrafficPolicy(IncomingTrafficPolicy incomingTrafficPolicy)
Set the incomingTrafficPolicy property: Incoming Traffic Policy.
Parameters:
Returns:
withTags
public StorageSyncServiceUpdateParameters withTags(Map<String,String> tags)
Set the tags property: The user-specified tags associated with the storage sync service.
Parameters:
Returns:
withUseIdentity
public StorageSyncServiceUpdateParameters withUseIdentity(Boolean useIdentity)
Set the useIdentity property: Use Identity authorization when customer have finished setup RBAC permissions.
Parameters:
Returns: