AuthorizationManagementClient Class
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.
public class AuthorizationManagementClient : Hyak.Common.ServiceClient<Microsoft.Azure.Management.Authorization.AuthorizationManagementClient>, IDisposable, Microsoft.Azure.Management.Authorization.IAuthorizationManagementClient
type AuthorizationManagementClient = class
inherit ServiceClient<AuthorizationManagementClient>
interface IAuthorizationManagementClient
interface IDisposable
Public Class AuthorizationManagementClient
Inherits ServiceClient(Of AuthorizationManagementClient)
Implements IAuthorizationManagementClient, IDisposable
- Inheritance
-
Hyak.Common.ServiceClient<AuthorizationManagementClient>AuthorizationManagementClient
- Implements
Constructors
Microsoft.Azure.Management.Authorization.AuthorizationManagementClient.#ctor Microsoft.Azure.Management.Authorization.AuthorizationManagementClient.#ctor(System.Net.Http.HttpClient) Microsoft.Azure.Management.Authorization.AuthorizationManagementClient.#ctor(Microsoft.Azure.SubscriptionCloudCredentials,System.Net.Http.HttpClient) Microsoft.Azure.Management.Authorization.AuthorizationManagementClient.#ctor(Microsoft.Azure.SubscriptionCloudCredentials,System.Uri,System.Net.Http.HttpClient) Microsoft.Azure.Management.Authorization.AuthorizationManagementClient.#ctor(Microsoft.Azure.SubscriptionCloudCredentials,System.Uri) Microsoft.Azure.Management.Authorization.AuthorizationManagementClient.#ctor(Microsoft.Azure.SubscriptionCloudCredentials)| Name | Description |
|---|---|
Fields
| Name | Description |
|---|---|
| APIVersion | |
Properties
| Name | Description |
|---|---|
| ApiVersion |
Gets the API version. |
| BaseUri |
The base URI of the service. |
| ClassicAdministrators |
Gets the IClassicAdministratorsOperations |
| Credentials |
Credentials needed for the client to connect to Azure. |
| LongRunningOperationInitialTimeout |
Gets or sets the initial timeout for Long Running Operations. |
| LongRunningOperationRetryTimeout |
The retry timeout in seconds for Long Running Operations. Default /// value is 30. |
| Permissions |
Gets the IPermissionsOperations |
| RoleAssignments |
Gets the IRoleAssignmentsOperations |
| RoleDefinitions |
Gets the IRoleDefinitionsOperations |
Methods
| Name | Description |
|---|---|
| Clone(ServiceClient<AuthorizationManagementClient>) |
Clones properties from current instance to another AuthorizationManagementClient instance |