ManagedInstanceDtcs interface
Interface representing a ManagedInstanceDtcs.
Methods
begin |
Updates managed instance DTC settings. |
begin |
Updates managed instance DTC settings. |
get(string, string, string, Managed |
Gets managed instance DTC settings. |
list |
Gets a list of managed instance DTC settings. |
Method Details
beginCreateOrUpdate(string, string, string, ManagedInstanceDtc, ManagedInstanceDtcsCreateOrUpdateOptionalParams)
Updates managed instance DTC settings.
function beginCreateOrUpdate(resourceGroupName: string, managedInstanceName: string, dtcName: string, parameters: ManagedInstanceDtc, options?: ManagedInstanceDtcsCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<ManagedInstanceDtc>, ManagedInstanceDtc>>
Parameters
- resourceGroupName
-
string
The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.
- managedInstanceName
-
string
The name of the managed instance.
- dtcName
-
string
The name of the managed instance DTC.
- parameters
- ManagedInstanceDtc
Managed instance DTC settings.
The options parameters.
Returns
Promise<@azure/core-lro.SimplePollerLike<OperationState<ManagedInstanceDtc>, ManagedInstanceDtc>>
beginCreateOrUpdateAndWait(string, string, string, ManagedInstanceDtc, ManagedInstanceDtcsCreateOrUpdateOptionalParams)
Updates managed instance DTC settings.
function beginCreateOrUpdateAndWait(resourceGroupName: string, managedInstanceName: string, dtcName: string, parameters: ManagedInstanceDtc, options?: ManagedInstanceDtcsCreateOrUpdateOptionalParams): Promise<ManagedInstanceDtc>
Parameters
- resourceGroupName
-
string
The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.
- managedInstanceName
-
string
The name of the managed instance.
- dtcName
-
string
The name of the managed instance DTC.
- parameters
- ManagedInstanceDtc
Managed instance DTC settings.
The options parameters.
Returns
Promise<ManagedInstanceDtc>
get(string, string, string, ManagedInstanceDtcsGetOptionalParams)
Gets managed instance DTC settings.
function get(resourceGroupName: string, managedInstanceName: string, dtcName: string, options?: ManagedInstanceDtcsGetOptionalParams): Promise<ManagedInstanceDtc>
Parameters
- resourceGroupName
-
string
The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.
- managedInstanceName
-
string
The name of the managed instance.
- dtcName
-
string
The name of the managed instance DTC.
The options parameters.
Returns
Promise<ManagedInstanceDtc>
listByManagedInstance(string, string, ManagedInstanceDtcsListByManagedInstanceOptionalParams)
Gets a list of managed instance DTC settings.
function listByManagedInstance(resourceGroupName: string, managedInstanceName: string, options?: ManagedInstanceDtcsListByManagedInstanceOptionalParams): PagedAsyncIterableIterator<ManagedInstanceDtc, ManagedInstanceDtc[], PageSettings>
Parameters
- resourceGroupName
-
string
The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.
- managedInstanceName
-
string
The name of the managed instance.
The options parameters.