Uses of Class
com.azure.resourcemanager.recoveryservicesbackup.models.ContainerIdentityInfo
-
Packages that use ContainerIdentityInfo Package Description com.azure.resourcemanager.recoveryservicesbackup.models Package containing the data models for RecoveryServicesBackupClient. -
-
Uses of ContainerIdentityInfo in com.azure.resourcemanager.recoveryservicesbackup.models
Methods in com.azure.resourcemanager.recoveryservicesbackup.models that return ContainerIdentityInfo Modifier and Type Method Description ContainerIdentityInfo
GenericContainerExtendedInfo. containerIdentityInfo()
Get the containerIdentityInfo property: Container identity information.ContainerIdentityInfo
ContainerIdentityInfo. withAadTenantId(String aadTenantId)
Set the aadTenantId property: Protection container identity - AAD Tenant.ContainerIdentityInfo
ContainerIdentityInfo. withAudience(String audience)
Set the audience property: Protection container identity - Audience.ContainerIdentityInfo
ContainerIdentityInfo. withServicePrincipalClientId(String servicePrincipalClientId)
Set the servicePrincipalClientId property: Protection container identity - AAD Service Principal.ContainerIdentityInfo
ContainerIdentityInfo. withUniqueName(String uniqueName)
Set the uniqueName property: Unique name of the container.Methods in com.azure.resourcemanager.recoveryservicesbackup.models with parameters of type ContainerIdentityInfo Modifier and Type Method Description GenericContainerExtendedInfo
GenericContainerExtendedInfo. withContainerIdentityInfo(ContainerIdentityInfo containerIdentityInfo)
Set the containerIdentityInfo property: Container identity information.
-