Uses of Class
com.azure.resourcemanager.recoveryservicesbackup.models.ClientDiscoveryForLogSpecification
-
Packages that use ClientDiscoveryForLogSpecification Package Description com.azure.resourcemanager.recoveryservicesbackup.models Package containing the data models for RecoveryServicesBackupClient. -
-
Uses of ClientDiscoveryForLogSpecification in com.azure.resourcemanager.recoveryservicesbackup.models
Methods in com.azure.resourcemanager.recoveryservicesbackup.models that return ClientDiscoveryForLogSpecification Modifier and Type Method Description ClientDiscoveryForLogSpecification
ClientDiscoveryForLogSpecification. withBlobDuration(String blobDuration)
Set the blobDuration property: blob duration of shoebox log specification.ClientDiscoveryForLogSpecification
ClientDiscoveryForLogSpecification. withDisplayName(String displayName)
Set the displayName property: Localized display name.ClientDiscoveryForLogSpecification
ClientDiscoveryForLogSpecification. withName(String name)
Set the name property: Name for shoebox log specification.Methods in com.azure.resourcemanager.recoveryservicesbackup.models that return types with arguments of type ClientDiscoveryForLogSpecification Modifier and Type Method Description List<ClientDiscoveryForLogSpecification>
ClientDiscoveryForServiceSpecification. logSpecifications()
Get the logSpecifications property: List of log specifications of this operation.Method parameters in com.azure.resourcemanager.recoveryservicesbackup.models with type arguments of type ClientDiscoveryForLogSpecification Modifier and Type Method Description ClientDiscoveryForServiceSpecification
ClientDiscoveryForServiceSpecification. withLogSpecifications(List<ClientDiscoveryForLogSpecification> logSpecifications)
Set the logSpecifications property: List of log specifications of this operation.
-