Interface ClientDiscoveryValueForSingleApi
-
public interface ClientDiscoveryValueForSingleApi
An immutable client-side representation of ClientDiscoveryValueForSingleApi.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ClientDiscoveryDisplay
display()
Gets the display property: Contains the localized display information for this particular operation.ClientDiscoveryValueForSingleApiInner
innerModel()
Gets the inner com.azure.resourcemanager.recoveryservicesbackup.fluent.models.ClientDiscoveryValueForSingleApiInner object.String
name()
Gets the name property: Name of the Operation.String
origin()
Gets the origin property: The intended executor of the operation;governs the display of the operation in the RBAC UX and the audit logs UX.ClientDiscoveryForProperties
properties()
Gets the properties property: ShoeBox properties for the given operation.
-
-
-
Method Detail
-
name
String name()
Gets the name property: Name of the Operation.- Returns:
- the name value.
-
display
ClientDiscoveryDisplay display()
Gets the display property: Contains the localized display information for this particular operation.- Returns:
- the display value.
-
origin
String origin()
Gets the origin property: The intended executor of the operation;governs the display of the operation in the RBAC UX and the audit logs UX.- Returns:
- the origin value.
-
properties
ClientDiscoveryForProperties properties()
Gets the properties property: ShoeBox properties for the given operation.- Returns:
- the properties value.
-
innerModel
ClientDiscoveryValueForSingleApiInner innerModel()
Gets the inner com.azure.resourcemanager.recoveryservicesbackup.fluent.models.ClientDiscoveryValueForSingleApiInner object.- Returns:
- the inner object.
-
-