Package version:

Interface ServerTrustGroups

Interface representing a ServerTrustGroups.

Hierarchy

  • ServerTrustGroups

Methods

  • Deletes a server trust group.

    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.

    • locationName: string

      The name of the region where the resource is located.

    • serverTrustGroupName: string

      The name of the server trust group.

    • Optional options: ServerTrustGroupsDeleteOptionalParams

      The options parameters.

    Returns Promise<SimplePollerLike<OperationState<void>, void>>

  • Deletes a server trust group.

    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.

    • locationName: string

      The name of the region where the resource is located.

    • serverTrustGroupName: string

      The name of the server trust group.

    • Optional options: ServerTrustGroupsDeleteOptionalParams

      The options parameters.

    Returns Promise<void>

Generated using TypeDoc