GuestUsages interface

Interface representing a GuestUsages.

Methods

create(string, string, GuestUsagesCreateOptionalParams)

Creates a Guest Usages resource, which is used to linking a subscription to an instance of Azure AD External Identities. Learn more.

delete(string, string, GuestUsagesDeleteOptionalParams)

Deletes a Guest Usages resource for the Microsoft.AzureActiveDirectory resource provider

get(string, string, GuestUsagesGetOptionalParams)

Gets a Guest Usages resource for the Microsoft.AzureActiveDirectory resource provider

listByResourceGroup(string, GuestUsagesListByResourceGroupOptionalParams)

Gets Guest Usages resources under a resource group for the Microsoft.AzureActiveDirectory resource provider

listBySubscription(GuestUsagesListBySubscriptionOptionalParams)

Gets Guest Usages resources under a subscription for the Microsoft.AzureActiveDirectory resource provider

update(string, string, GuestUsagesUpdateOptionalParams)

Updates a Guest Usages resource for the Microsoft.AzureActiveDirectory resource provider

Method Details

create(string, string, GuestUsagesCreateOptionalParams)

Creates a Guest Usages resource, which is used to linking a subscription to an instance of Azure AD External Identities. Learn more.

function create(resourceGroupName: string, resourceName: string, options?: GuestUsagesCreateOptionalParams): Promise<GuestUsagesResource>

Parameters

resourceGroupName

string

The name of the resource group.

resourceName

string

The initial domain name of the Azure AD B2C tenant.

options
GuestUsagesCreateOptionalParams

The options parameters.

Returns

delete(string, string, GuestUsagesDeleteOptionalParams)

Deletes a Guest Usages resource for the Microsoft.AzureActiveDirectory resource provider

function delete(resourceGroupName: string, resourceName: string, options?: GuestUsagesDeleteOptionalParams): Promise<void>

Parameters

resourceGroupName

string

The name of the resource group.

resourceName

string

The initial domain name of the Azure AD B2C tenant.

options
GuestUsagesDeleteOptionalParams

The options parameters.

Returns

Promise<void>

get(string, string, GuestUsagesGetOptionalParams)

Gets a Guest Usages resource for the Microsoft.AzureActiveDirectory resource provider

function get(resourceGroupName: string, resourceName: string, options?: GuestUsagesGetOptionalParams): Promise<GuestUsagesResource>

Parameters

resourceGroupName

string

The name of the resource group.

resourceName

string

The initial domain name of the Azure AD B2C tenant.

options
GuestUsagesGetOptionalParams

The options parameters.

Returns

listByResourceGroup(string, GuestUsagesListByResourceGroupOptionalParams)

Gets Guest Usages resources under a resource group for the Microsoft.AzureActiveDirectory resource provider

function listByResourceGroup(resourceGroupName: string, options?: GuestUsagesListByResourceGroupOptionalParams): PagedAsyncIterableIterator<GuestUsagesResource, GuestUsagesResource[], PageSettings>

Parameters

resourceGroupName

string

The name of the resource group.

options
GuestUsagesListByResourceGroupOptionalParams

The options parameters.

Returns

listBySubscription(GuestUsagesListBySubscriptionOptionalParams)

Gets Guest Usages resources under a subscription for the Microsoft.AzureActiveDirectory resource provider

function listBySubscription(options?: GuestUsagesListBySubscriptionOptionalParams): PagedAsyncIterableIterator<GuestUsagesResource, GuestUsagesResource[], PageSettings>

Parameters

options
GuestUsagesListBySubscriptionOptionalParams

The options parameters.

Returns

update(string, string, GuestUsagesUpdateOptionalParams)

Updates a Guest Usages resource for the Microsoft.AzureActiveDirectory resource provider

function update(resourceGroupName: string, resourceName: string, options?: GuestUsagesUpdateOptionalParams): Promise<GuestUsagesResource>

Parameters

resourceGroupName

string

The name of the resource group.

resourceName

string

The initial domain name of the Azure AD B2C tenant.

options
GuestUsagesUpdateOptionalParams

The options parameters.

Returns