Uses of Interface
com.azure.resourcemanager.recoveryservicesbackup.models.ProtectionIntentResource.Update
-
Packages that use ProtectionIntentResource.Update Package Description com.azure.resourcemanager.recoveryservicesbackup.models Package containing the data models for RecoveryServicesBackupClient. -
-
Uses of ProtectionIntentResource.Update in com.azure.resourcemanager.recoveryservicesbackup.models
Methods in com.azure.resourcemanager.recoveryservicesbackup.models that return ProtectionIntentResource.Update Modifier and Type Method Description ProtectionIntentResource.Update
ProtectionIntentResource. update()
Begins update for the ProtectionIntentResource resource.ProtectionIntentResource.Update
ProtectionIntentResource.UpdateStages.WithEtag. withEtag(String etag)
Specifies the etag property: Optional ETag..ProtectionIntentResource.Update
ProtectionIntentResource.UpdateStages.WithProperties. withProperties(ProtectionIntent properties)
Specifies the properties property: ProtectionIntentResource properties.ProtectionIntentResource.Update
ProtectionIntentResource.UpdateStages.WithTags. withTags(Map<String,String> tags)
Specifies the tags property: Resource tags..
-