Uses of Class
com.azure.resourcemanager.recoveryservicesbackup.models.GenericContainerExtendedInfo
-
Packages that use GenericContainerExtendedInfo Package Description com.azure.resourcemanager.recoveryservicesbackup.models Package containing the data models for RecoveryServicesBackupClient. -
-
Uses of GenericContainerExtendedInfo in com.azure.resourcemanager.recoveryservicesbackup.models
Methods in com.azure.resourcemanager.recoveryservicesbackup.models that return GenericContainerExtendedInfo Modifier and Type Method Description GenericContainerExtendedInfo
GenericContainer. extendedInformation()
Get the extendedInformation property: Extended information (not returned in List container API calls).GenericContainerExtendedInfo
GenericContainerExtendedInfo. withContainerIdentityInfo(ContainerIdentityInfo containerIdentityInfo)
Set the containerIdentityInfo property: Container identity information.GenericContainerExtendedInfo
GenericContainerExtendedInfo. withRawCertData(String rawCertData)
Set the rawCertData property: Public key of container cert.GenericContainerExtendedInfo
GenericContainerExtendedInfo. withServiceEndpoints(Map<String,String> serviceEndpoints)
Set the serviceEndpoints property: Azure Backup Service Endpoints for the container.Methods in com.azure.resourcemanager.recoveryservicesbackup.models with parameters of type GenericContainerExtendedInfo Modifier and Type Method Description GenericContainer
GenericContainer. withExtendedInformation(GenericContainerExtendedInfo extendedInformation)
Set the extendedInformation property: Extended information (not returned in List container API calls).
-