Uses of Class
com.azure.resourcemanager.recoveryservicesbackup.models.FabricName
-
Packages that use FabricName Package Description 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 FabricName in com.azure.resourcemanager.recoveryservicesbackup.fluent.models
Methods in com.azure.resourcemanager.recoveryservicesbackup.fluent.models that return FabricName Modifier and Type Method Description FabricName
BackupStatusResponseInner. fabricName()
Get the fabricName property: Specifies the fabric name - Azure or AD.Methods in com.azure.resourcemanager.recoveryservicesbackup.fluent.models with parameters of type FabricName Modifier and Type Method Description BackupStatusResponseInner
BackupStatusResponseInner. withFabricName(FabricName fabricName)
Set the fabricName property: Specifies the fabric name - Azure or AD. -
Uses of FabricName in com.azure.resourcemanager.recoveryservicesbackup.models
Fields in com.azure.resourcemanager.recoveryservicesbackup.models declared as FabricName Modifier and Type Field Description static FabricName
FabricName. AZURE
Static value Azure for FabricName.static FabricName
FabricName. INVALID
Static value Invalid for FabricName.Methods in com.azure.resourcemanager.recoveryservicesbackup.models that return FabricName Modifier and Type Method Description FabricName
BackupStatusResponse. fabricName()
Gets the fabricName property: Specifies the fabric name - Azure or AD.static FabricName
FabricName. fromString(String name)
Creates or finds a FabricName from its string representation.Methods in com.azure.resourcemanager.recoveryservicesbackup.models that return types with arguments of type FabricName Modifier and Type Method Description static Collection<FabricName>
FabricName. values()
Gets known FabricName values.
-