OuContainerOperationGrp interface
Interface representing a OuContainerOperationGrp.
Methods
Method Details
beginCreate(string, string, string, ContainerAccount, OuContainerCreateOptionalParams)
The Create OuContainer operation creates a new OuContainer under the specified Domain Service instance.
function beginCreate(resourceGroupName: string, domainServiceName: string, ouContainerName: string, containerAccount: ContainerAccount, options?: OuContainerCreateOptionalParams): Promise<PollerLike<PollOperationState<OuContainer>, OuContainer>>
Parameters
- resourceGroupName
-
string
The name of the resource group within the user's subscription. The name is case insensitive.
- domainServiceName
-
string
The name of the domain service.
- ouContainerName
-
string
The name of the OuContainer.
- containerAccount
- ContainerAccount
Container Account Description.
- options
- OuContainerCreateOptionalParams
The options parameters.
Returns
Promise<PollerLike<@azure/core-lro.PollOperationState<OuContainer>, OuContainer>>
beginCreateAndWait(string, string, string, ContainerAccount, OuContainerCreateOptionalParams)
The Create OuContainer operation creates a new OuContainer under the specified Domain Service instance.
function beginCreateAndWait(resourceGroupName: string, domainServiceName: string, ouContainerName: string, containerAccount: ContainerAccount, options?: OuContainerCreateOptionalParams): Promise<OuContainer>
Parameters
- resourceGroupName
-
string
The name of the resource group within the user's subscription. The name is case insensitive.
- domainServiceName
-
string
The name of the domain service.
- ouContainerName
-
string
The name of the OuContainer.
- containerAccount
- ContainerAccount
Container Account Description.
- options
- OuContainerCreateOptionalParams
The options parameters.
Returns
Promise<OuContainer>
beginDelete(string, string, string, OuContainerDeleteOptionalParams)
The Delete OuContainer operation deletes specified OuContainer.
function beginDelete(resourceGroupName: string, domainServiceName: string, ouContainerName: string, options?: OuContainerDeleteOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>
Parameters
- resourceGroupName
-
string
The name of the resource group within the user's subscription. The name is case insensitive.
- domainServiceName
-
string
The name of the domain service.
- ouContainerName
-
string
The name of the OuContainer.
- options
- OuContainerDeleteOptionalParams
The options parameters.
Returns
Promise<PollerLike<@azure/core-lro.PollOperationState<void>, void>>
beginDeleteAndWait(string, string, string, OuContainerDeleteOptionalParams)
The Delete OuContainer operation deletes specified OuContainer.
function beginDeleteAndWait(resourceGroupName: string, domainServiceName: string, ouContainerName: string, options?: OuContainerDeleteOptionalParams): Promise<void>
Parameters
- resourceGroupName
-
string
The name of the resource group within the user's subscription. The name is case insensitive.
- domainServiceName
-
string
The name of the domain service.
- ouContainerName
-
string
The name of the OuContainer.
- options
- OuContainerDeleteOptionalParams
The options parameters.
Returns
Promise<void>
beginUpdate(string, string, string, ContainerAccount, OuContainerUpdateOptionalParams)
The Update OuContainer operation can be used to update the existing OuContainers.
function beginUpdate(resourceGroupName: string, domainServiceName: string, ouContainerName: string, containerAccount: ContainerAccount, options?: OuContainerUpdateOptionalParams): Promise<PollerLike<PollOperationState<OuContainer>, OuContainer>>
Parameters
- resourceGroupName
-
string
The name of the resource group within the user's subscription. The name is case insensitive.
- domainServiceName
-
string
The name of the domain service.
- ouContainerName
-
string
The name of the OuContainer.
- containerAccount
- ContainerAccount
Container Account Description.
- options
- OuContainerUpdateOptionalParams
The options parameters.
Returns
Promise<PollerLike<@azure/core-lro.PollOperationState<OuContainer>, OuContainer>>
beginUpdateAndWait(string, string, string, ContainerAccount, OuContainerUpdateOptionalParams)
The Update OuContainer operation can be used to update the existing OuContainers.
function beginUpdateAndWait(resourceGroupName: string, domainServiceName: string, ouContainerName: string, containerAccount: ContainerAccount, options?: OuContainerUpdateOptionalParams): Promise<OuContainer>
Parameters
- resourceGroupName
-
string
The name of the resource group within the user's subscription. The name is case insensitive.
- domainServiceName
-
string
The name of the domain service.
- ouContainerName
-
string
The name of the OuContainer.
- containerAccount
- ContainerAccount
Container Account Description.
- options
- OuContainerUpdateOptionalParams
The options parameters.
Returns
Promise<OuContainer>
get(string, string, string, OuContainerGetOptionalParams)
Get OuContainer in DomainService instance.
function get(resourceGroupName: string, domainServiceName: string, ouContainerName: string, options?: OuContainerGetOptionalParams): Promise<OuContainer>
Parameters
- resourceGroupName
-
string
The name of the resource group within the user's subscription. The name is case insensitive.
- domainServiceName
-
string
The name of the domain service.
- ouContainerName
-
string
The name of the OuContainer.
- options
- OuContainerGetOptionalParams
The options parameters.
Returns
Promise<OuContainer>
list(string, string, OuContainerListOptionalParams)
The List of OuContainers in DomainService instance.
function list(resourceGroupName: string, domainServiceName: string, options?: OuContainerListOptionalParams): PagedAsyncIterableIterator<OuContainer, OuContainer[], PageSettings>
Parameters
- resourceGroupName
-
string
The name of the resource group within the user's subscription. The name is case insensitive.
- domainServiceName
-
string
The name of the domain service.
- options
- OuContainerListOptionalParams
The options parameters.