ClientsOperations interface
Interface representing a Clients operations.
Properties
| begin |
|
| begin |
|
| begin |
|
| begin |
|
| create |
Create or update a client with the specified parameters. |
| delete | |
| get | Get properties of a client. |
| list |
Get all the permission bindings under a namespace. |
Property Details
beginCreateOrUpdate
Warning
This API is now deprecated.
use createOrUpdate instead
beginCreateOrUpdate: (resourceGroupName: string, namespaceName: string, clientName: string, clientInfo: Client, options?: ClientsCreateOrUpdateOptionalParams) => Promise<SimplePollerLike<OperationState<Client>, Client>>
Property Value
(resourceGroupName: string, namespaceName: string, clientName: string, clientInfo: Client, options?: ClientsCreateOrUpdateOptionalParams) => Promise<SimplePollerLike<OperationState<Client>, Client>>
beginCreateOrUpdateAndWait
Warning
This API is now deprecated.
use createOrUpdate instead
beginCreateOrUpdateAndWait: (resourceGroupName: string, namespaceName: string, clientName: string, clientInfo: Client, options?: ClientsCreateOrUpdateOptionalParams) => Promise<Client>
Property Value
(resourceGroupName: string, namespaceName: string, clientName: string, clientInfo: Client, options?: ClientsCreateOrUpdateOptionalParams) => Promise<Client>
beginDelete
Warning
This API is now deprecated.
use delete instead
beginDelete: (resourceGroupName: string, namespaceName: string, clientName: string, options?: ClientsDeleteOptionalParams) => Promise<SimplePollerLike<OperationState<void>, void>>
Property Value
(resourceGroupName: string, namespaceName: string, clientName: string, options?: ClientsDeleteOptionalParams) => Promise<SimplePollerLike<OperationState<void>, void>>
beginDeleteAndWait
Warning
This API is now deprecated.
use delete instead
beginDeleteAndWait: (resourceGroupName: string, namespaceName: string, clientName: string, options?: ClientsDeleteOptionalParams) => Promise<void>
Property Value
(resourceGroupName: string, namespaceName: string, clientName: string, options?: ClientsDeleteOptionalParams) => Promise<void>
createOrUpdate
Create or update a client with the specified parameters.
createOrUpdate: (resourceGroupName: string, namespaceName: string, clientName: string, clientInfo: Client, options?: ClientsCreateOrUpdateOptionalParams) => PollerLike<OperationState<Client>, Client>
Property Value
(resourceGroupName: string, namespaceName: string, clientName: string, clientInfo: Client, options?: ClientsCreateOrUpdateOptionalParams) => PollerLike<OperationState<Client>, Client>
delete
delete: (resourceGroupName: string, namespaceName: string, clientName: string, options?: ClientsDeleteOptionalParams) => PollerLike<OperationState<void>, void>
Property Value
(resourceGroupName: string, namespaceName: string, clientName: string, options?: ClientsDeleteOptionalParams) => PollerLike<OperationState<void>, void>
get
Get properties of a client.
get: (resourceGroupName: string, namespaceName: string, clientName: string, options?: ClientsGetOptionalParams) => Promise<Client>
Property Value
(resourceGroupName: string, namespaceName: string, clientName: string, options?: ClientsGetOptionalParams) => Promise<Client>
listByNamespace
Get all the permission bindings under a namespace.
listByNamespace: (resourceGroupName: string, namespaceName: string, options?: ClientsListByNamespaceOptionalParams) => PagedAsyncIterableIterator<Client, Client[], PageSettings>
Property Value
(resourceGroupName: string, namespaceName: string, options?: ClientsListByNamespaceOptionalParams) => PagedAsyncIterableIterator<Client, Client[], PageSettings>