SyncIdentityProviders interface

Interface representing a SyncIdentityProviders.

Methods

createOrUpdate(string, string, string, SyncIdentityProvider, SyncIdentityProvidersCreateOrUpdateOptionalParams)

The operation returns properties of a SyncIdentityProvider.

delete(string, string, string, SyncIdentityProvidersDeleteOptionalParams)

The operation returns nothing.

get(string, string, string, SyncIdentityProvidersGetOptionalParams)

The operation returns properties of a SyncIdentityProvider.

list(string, string, SyncIdentityProvidersListOptionalParams)

The operation returns properties of each SyncIdentityProvider.

update(string, string, string, SyncIdentityProviderUpdate, SyncIdentityProvidersUpdateOptionalParams)

The operation returns properties of a SyncIdentityProvider.

Method Details

createOrUpdate(string, string, string, SyncIdentityProvider, SyncIdentityProvidersCreateOrUpdateOptionalParams)

The operation returns properties of a SyncIdentityProvider.

function createOrUpdate(resourceGroupName: string, resourceName: string, childResourceName: string, parameters: SyncIdentityProvider, options?: SyncIdentityProvidersCreateOrUpdateOptionalParams): Promise<SyncIdentityProvider>

Parameters

resourceGroupName

string

The name of the resource group. The name is case insensitive.

resourceName

string

The name of the OpenShift cluster resource.

childResourceName

string

The name of the SyncIdentityProvider resource.

parameters
SyncIdentityProvider

The SyncIdentityProvider resource.

options
SyncIdentityProvidersCreateOrUpdateOptionalParams

The options parameters.

Returns

delete(string, string, string, SyncIdentityProvidersDeleteOptionalParams)

The operation returns nothing.

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

Parameters

resourceGroupName

string

The name of the resource group. The name is case insensitive.

resourceName

string

The name of the OpenShift cluster resource.

childResourceName

string

The name of the SyncIdentityProvider resource.

options
SyncIdentityProvidersDeleteOptionalParams

The options parameters.

Returns

Promise<void>

get(string, string, string, SyncIdentityProvidersGetOptionalParams)

The operation returns properties of a SyncIdentityProvider.

function get(resourceGroupName: string, resourceName: string, childResourceName: string, options?: SyncIdentityProvidersGetOptionalParams): Promise<SyncIdentityProvider>

Parameters

resourceGroupName

string

The name of the resource group. The name is case insensitive.

resourceName

string

The name of the OpenShift cluster resource.

childResourceName

string

The name of the SyncIdentityProvider resource.

options
SyncIdentityProvidersGetOptionalParams

The options parameters.

Returns

list(string, string, SyncIdentityProvidersListOptionalParams)

The operation returns properties of each SyncIdentityProvider.

function list(resourceGroupName: string, resourceName: string, options?: SyncIdentityProvidersListOptionalParams): PagedAsyncIterableIterator<SyncIdentityProvider, SyncIdentityProvider[], PageSettings>

Parameters

resourceGroupName

string

The name of the resource group. The name is case insensitive.

resourceName

string

The name of the OpenShift cluster resource.

options
SyncIdentityProvidersListOptionalParams

The options parameters.

Returns

update(string, string, string, SyncIdentityProviderUpdate, SyncIdentityProvidersUpdateOptionalParams)

The operation returns properties of a SyncIdentityProvider.

function update(resourceGroupName: string, resourceName: string, childResourceName: string, parameters: SyncIdentityProviderUpdate, options?: SyncIdentityProvidersUpdateOptionalParams): Promise<SyncIdentityProvider>

Parameters

resourceGroupName

string

The name of the resource group. The name is case insensitive.

resourceName

string

The name of the OpenShift cluster resource.

childResourceName

string

The name of the SyncIdentityProvider resource.

parameters
SyncIdentityProviderUpdate

The SyncIdentityProvider resource.

options
SyncIdentityProvidersUpdateOptionalParams

The options parameters.

Returns