AuthorizationExtensions.GetRoleAssignmentScheduleAsync Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
| Name | Description |
|---|---|
| GetRoleAssignmentScheduleAsync(ArmResource, String, CancellationToken) |
Get the specified role assignment schedule for a resource scope. |
| GetRoleAssignmentScheduleAsync(ArmClient, ResourceIdentifier, String, CancellationToken) |
Get the specified role assignment schedule for a resource scope <item> Mocking. To mock this method, please mock GetRoleAssignmentScheduleAsync(ResourceIdentifier, String, CancellationToken) instead. </item> |
GetRoleAssignmentScheduleAsync(ArmResource, String, CancellationToken)
- Source:
- AuthorizationExtensions.cs
- Source:
- AuthorizationExtensions.cs
Get the specified role assignment schedule for a resource scope.
public static System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Authorization.RoleAssignmentScheduleResource>> GetRoleAssignmentScheduleAsync(this Azure.ResourceManager.ArmResource armResource, string roleAssignmentScheduleName, System.Threading.CancellationToken cancellationToken = default);
static member GetRoleAssignmentScheduleAsync : Azure.ResourceManager.ArmResource * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Authorization.RoleAssignmentScheduleResource>>
<Extension()>
Public Function GetRoleAssignmentScheduleAsync (armResource As ArmResource, roleAssignmentScheduleName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of RoleAssignmentScheduleResource))
Parameters
- armResource
- ArmResource
The ArmResource instance the method will execute against.
- roleAssignmentScheduleName
- String
The name (guid) of the role assignment schedule to get.
- cancellationToken
- CancellationToken
The cancellation token to use.
Returns
Exceptions
roleAssignmentScheduleName is null.
roleAssignmentScheduleName is an empty string, and was expected to be non-empty.
Applies to
GetRoleAssignmentScheduleAsync(ArmClient, ResourceIdentifier, String, CancellationToken)
- Source:
- AuthorizationExtensions.cs
- Source:
- AuthorizationExtensions.cs
Get the specified role assignment schedule for a resource scope <item> Mocking. To mock this method, please mock GetRoleAssignmentScheduleAsync(ResourceIdentifier, String, CancellationToken) instead. </item>
public static System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Authorization.RoleAssignmentScheduleResource>> GetRoleAssignmentScheduleAsync(this Azure.ResourceManager.ArmClient client, Azure.Core.ResourceIdentifier scope, string roleAssignmentScheduleName, System.Threading.CancellationToken cancellationToken = default);
static member GetRoleAssignmentScheduleAsync : Azure.ResourceManager.ArmClient * Azure.Core.ResourceIdentifier * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Authorization.RoleAssignmentScheduleResource>>
<Extension()>
Public Function GetRoleAssignmentScheduleAsync (client As ArmClient, scope As ResourceIdentifier, roleAssignmentScheduleName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of RoleAssignmentScheduleResource))
Parameters
- scope
- ResourceIdentifier
The scope of the resource collection to get.
- roleAssignmentScheduleName
- String
The name (guid) of the role assignment schedule to get.
- cancellationToken
- CancellationToken
The cancellation token to use.
Returns
Exceptions
roleAssignmentScheduleName is an empty string, and was expected to be non-empty.
client is null.