Uses of Class
com.azure.resourcemanager.recoveryservicesbackup.fluent.models.ProtectionIntentResourceInner
-
Packages that use ProtectionIntentResourceInner Package Description com.azure.resourcemanager.recoveryservicesbackup.fluent Package containing the service clients for RecoveryServicesBackupClient.com.azure.resourcemanager.recoveryservicesbackup.fluent.models Package containing the inner data models for RecoveryServicesBackupClient.com.azure.resourcemanager.recoveryservicesbackup.models Package containing the data models for RecoveryServicesBackupClient. -
-
Uses of ProtectionIntentResourceInner in com.azure.resourcemanager.recoveryservicesbackup.fluent
Methods in com.azure.resourcemanager.recoveryservicesbackup.fluent that return ProtectionIntentResourceInner Modifier and Type Method Description ProtectionIntentResourceInner
ProtectionIntentsClient. createOrUpdate(String vaultName, String resourceGroupName, String fabricName, String intentObjectName, ProtectionIntentResourceInner parameters)
Create Intent for Enabling backup of an item.ProtectionIntentResourceInner
ProtectionIntentsClient. get(String vaultName, String resourceGroupName, String fabricName, String intentObjectName)
Provides the details of the protection intent up item.Methods in com.azure.resourcemanager.recoveryservicesbackup.fluent that return types with arguments of type ProtectionIntentResourceInner Modifier and Type Method Description com.azure.core.http.rest.Response<ProtectionIntentResourceInner>
ProtectionIntentsClient. createOrUpdateWithResponse(String vaultName, String resourceGroupName, String fabricName, String intentObjectName, ProtectionIntentResourceInner parameters, com.azure.core.util.Context context)
Create Intent for Enabling backup of an item.com.azure.core.http.rest.Response<ProtectionIntentResourceInner>
ProtectionIntentsClient. getWithResponse(String vaultName, String resourceGroupName, String fabricName, String intentObjectName, com.azure.core.util.Context context)
Provides the details of the protection intent up item.com.azure.core.http.rest.PagedIterable<ProtectionIntentResourceInner>
BackupProtectionIntentsClient. list(String vaultName, String resourceGroupName)
Provides a pageable list of all intents that are present within a vault.com.azure.core.http.rest.PagedIterable<ProtectionIntentResourceInner>
BackupProtectionIntentsClient. list(String vaultName, String resourceGroupName, String filter, String skipToken, com.azure.core.util.Context context)
Provides a pageable list of all intents that are present within a vault.Methods in com.azure.resourcemanager.recoveryservicesbackup.fluent with parameters of type ProtectionIntentResourceInner Modifier and Type Method Description ProtectionIntentResourceInner
ProtectionIntentsClient. createOrUpdate(String vaultName, String resourceGroupName, String fabricName, String intentObjectName, ProtectionIntentResourceInner parameters)
Create Intent for Enabling backup of an item.com.azure.core.http.rest.Response<ProtectionIntentResourceInner>
ProtectionIntentsClient. createOrUpdateWithResponse(String vaultName, String resourceGroupName, String fabricName, String intentObjectName, ProtectionIntentResourceInner parameters, com.azure.core.util.Context context)
Create Intent for Enabling backup of an item. -
Uses of ProtectionIntentResourceInner in com.azure.resourcemanager.recoveryservicesbackup.fluent.models
Methods in com.azure.resourcemanager.recoveryservicesbackup.fluent.models that return ProtectionIntentResourceInner Modifier and Type Method Description ProtectionIntentResourceInner
ProtectionIntentResourceInner. withEtag(String etag)
Set the etag property: Optional ETag.ProtectionIntentResourceInner
ProtectionIntentResourceInner. withLocation(String location)
ProtectionIntentResourceInner
ProtectionIntentResourceInner. withProperties(ProtectionIntent properties)
Set the properties property: ProtectionIntentResource properties.ProtectionIntentResourceInner
ProtectionIntentResourceInner. withTags(Map<String,String> tags)
-
Uses of ProtectionIntentResourceInner in com.azure.resourcemanager.recoveryservicesbackup.models
Methods in com.azure.resourcemanager.recoveryservicesbackup.models that return ProtectionIntentResourceInner Modifier and Type Method Description ProtectionIntentResourceInner
ProtectionIntentResource. innerModel()
Gets the inner com.azure.resourcemanager.recoveryservicesbackup.fluent.models.ProtectionIntentResourceInner object.Methods in com.azure.resourcemanager.recoveryservicesbackup.models that return types with arguments of type ProtectionIntentResourceInner Modifier and Type Method Description List<ProtectionIntentResourceInner>
ProtectionIntentResourceList. value()
Get the value property: List of resources.Method parameters in com.azure.resourcemanager.recoveryservicesbackup.models with type arguments of type ProtectionIntentResourceInner Modifier and Type Method Description ProtectionIntentResourceList
ProtectionIntentResourceList. withValue(List<ProtectionIntentResourceInner> value)
Set the value property: List of resources.
-