RoleAssignmentHelper.WithAccessTo 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
WithAccessTo(String, BuiltInRole) |
Specifies that applications running on an Azure service with this identity requires the access role with scope of access limited to an ARM resource. |
WithAccessTo(String, String) |
Specifies that applications running on an Azure service with this identity requires the access described in the given role definition with scope of access limited to an ARM resource. |
WithAccessTo(String, BuiltInRole)
Specifies that applications running on an Azure service with this identity requires the access role with scope of access limited to an ARM resource.
public Microsoft.Azure.Management.Graph.RBAC.Fluent.RoleAssignmentHelper WithAccessTo (string resourceId, Microsoft.Azure.Management.Graph.RBAC.Fluent.BuiltInRole role);
member this.WithAccessTo : string * Microsoft.Azure.Management.Graph.RBAC.Fluent.BuiltInRole -> Microsoft.Azure.Management.Graph.RBAC.Fluent.RoleAssignmentHelper
Public Function WithAccessTo (resourceId As String, role As BuiltInRole) As RoleAssignmentHelper
Parameters
- resourceId
- String
scope of the access represented in ARM resource ID format.
- role
- BuiltInRole
Access role to assigned to the virtual machine.
Returns
Applies to
WithAccessTo(String, String)
Specifies that applications running on an Azure service with this identity requires the access described in the given role definition with scope of access limited to an ARM resource.
public Microsoft.Azure.Management.Graph.RBAC.Fluent.RoleAssignmentHelper WithAccessTo (string resourceId, string roleDefinitionId);
member this.WithAccessTo : string * string -> Microsoft.Azure.Management.Graph.RBAC.Fluent.RoleAssignmentHelper
Public Function WithAccessTo (resourceId As String, roleDefinitionId As String) As RoleAssignmentHelper
Parameters
- resourceId
- String
scope of the access represented in ARM resource ID format
- roleDefinitionId
- String
access role definition to assigned to the identity
Returns
RoleAssignmentHelper