SyncIdentityProviders interface
Interface representing a SyncIdentityProviders.
Methods
create |
The operation returns properties of a SyncIdentityProvider. |
delete(string, string, string, Sync |
The operation returns nothing. |
get(string, string, string, Sync |
The operation returns properties of a SyncIdentityProvider. |
list(string, string, Sync |
The operation returns properties of each SyncIdentityProvider. |
update(string, string, string, Sync |
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.
The options parameters.
Returns
Promise<SyncIdentityProvider>
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.
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.
The options parameters.
Returns
Promise<SyncIdentityProvider>
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.
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.
The options parameters.
Returns
Promise<SyncIdentityProvider>
Azure SDK for JavaScript