Interface SupportsGettingById<T>
- Type Parameters:
T- the type of the resource collection
- All Known Subinterfaces:
DeploymentOperations,Deployments,GenericResources,ManagementLocks,PolicyAssignments,Subscriptions
public interface SupportsGettingById<T>
Provides access to getting a specific Azure resource based on its resource ID.
(Note this interface is not intended to be implemented by user code.)
-
Method Summary
-
Method Details
-
getById
Gets the information about a resource from Azure based on the resource id.- Parameters:
id- the id of the resource.- Returns:
- an immutable representation of the resource
-
getByIdAsync
Gets the information about a resource from Azure based on the resource id.- Parameters:
id- the id of the resource.- Returns:
- a
Monothat emits the found resource asynchronously
-