Uses of Class
com.azure.resourcemanager.recoveryservicesbackup.fluent.models.ClientDiscoveryValueForSingleApiInner
-
Packages that use ClientDiscoveryValueForSingleApiInner 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 ClientDiscoveryValueForSingleApiInner in com.azure.resourcemanager.recoveryservicesbackup.fluent
Methods in com.azure.resourcemanager.recoveryservicesbackup.fluent that return types with arguments of type ClientDiscoveryValueForSingleApiInner Modifier and Type Method Description com.azure.core.http.rest.PagedIterable<ClientDiscoveryValueForSingleApiInner>
OperationsClient. list()
Returns the list of available operations.com.azure.core.http.rest.PagedIterable<ClientDiscoveryValueForSingleApiInner>
OperationsClient. list(com.azure.core.util.Context context)
Returns the list of available operations. -
Uses of ClientDiscoveryValueForSingleApiInner in com.azure.resourcemanager.recoveryservicesbackup.fluent.models
Methods in com.azure.resourcemanager.recoveryservicesbackup.fluent.models that return ClientDiscoveryValueForSingleApiInner Modifier and Type Method Description ClientDiscoveryValueForSingleApiInner
ClientDiscoveryValueForSingleApiInner. withDisplay(ClientDiscoveryDisplay display)
Set the display property: Contains the localized display information for this particular operation.ClientDiscoveryValueForSingleApiInner
ClientDiscoveryValueForSingleApiInner. withName(String name)
Set the name property: Name of the Operation.ClientDiscoveryValueForSingleApiInner
ClientDiscoveryValueForSingleApiInner. withOrigin(String origin)
Set the origin property: The intended executor of the operation;governs the display of the operation in the RBAC UX and the audit logs UX.ClientDiscoveryValueForSingleApiInner
ClientDiscoveryValueForSingleApiInner. withProperties(ClientDiscoveryForProperties properties)
Set the properties property: ShoeBox properties for the given operation. -
Uses of ClientDiscoveryValueForSingleApiInner in com.azure.resourcemanager.recoveryservicesbackup.models
Methods in com.azure.resourcemanager.recoveryservicesbackup.models that return ClientDiscoveryValueForSingleApiInner Modifier and Type Method Description ClientDiscoveryValueForSingleApiInner
ClientDiscoveryValueForSingleApi. innerModel()
Gets the inner com.azure.resourcemanager.recoveryservicesbackup.fluent.models.ClientDiscoveryValueForSingleApiInner object.Methods in com.azure.resourcemanager.recoveryservicesbackup.models that return types with arguments of type ClientDiscoveryValueForSingleApiInner Modifier and Type Method Description List<ClientDiscoveryValueForSingleApiInner>
ClientDiscoveryResponse. value()
Get the value property: List of available operations.Method parameters in com.azure.resourcemanager.recoveryservicesbackup.models with type arguments of type ClientDiscoveryValueForSingleApiInner Modifier and Type Method Description ClientDiscoveryResponse
ClientDiscoveryResponse. withValue(List<ClientDiscoveryValueForSingleApiInner> value)
Set the value property: List of available operations.
-