RoleMappingsOperations interface
Interface representing a RoleMappings operations.
Properties
| create |
Create a RoleMapping |
| delete | Delete a RoleMapping |
| get | Get a RoleMapping |
| list | List RoleMapping resources by CloudAccount |
Property Details
createOrUpdate
Create a RoleMapping
createOrUpdate: (resourceGroupName: string, cloudAccountName: string, resource: RoleMapping, options?: RoleMappingsCreateOrUpdateOptionalParams) => Promise<RoleMapping>
Property Value
(resourceGroupName: string, cloudAccountName: string, resource: RoleMapping, options?: RoleMappingsCreateOrUpdateOptionalParams) => Promise<RoleMapping>
delete
Delete a RoleMapping
delete: (resourceGroupName: string, cloudAccountName: string, options?: RoleMappingsDeleteOptionalParams) => Promise<void>
Property Value
(resourceGroupName: string, cloudAccountName: string, options?: RoleMappingsDeleteOptionalParams) => Promise<void>
get
Get a RoleMapping
get: (resourceGroupName: string, cloudAccountName: string, options?: RoleMappingsGetOptionalParams) => Promise<RoleMapping>
Property Value
(resourceGroupName: string, cloudAccountName: string, options?: RoleMappingsGetOptionalParams) => Promise<RoleMapping>
list
List RoleMapping resources by CloudAccount
list: (resourceGroupName: string, cloudAccountName: string, options?: RoleMappingsListOptionalParams) => PagedAsyncIterableIterator<RoleMapping, RoleMapping[], PageSettings>
Property Value
(resourceGroupName: string, cloudAccountName: string, options?: RoleMappingsListOptionalParams) => PagedAsyncIterableIterator<RoleMapping, RoleMapping[], PageSettings>