ServerTrustGroups interface
代表 ServerTrustGroups 的介面。
方法
方法詳細資料
beginCreateOrUpdate(string, string, string, ServerTrustGroup, ServerTrustGroupsCreateOrUpdateOptionalParams)
建立或補救伺服器信任群組。
function beginCreateOrUpdate(resourceGroupName: string, locationName: string, serverTrustGroupName: string, parameters: ServerTrustGroup, options?: ServerTrustGroupsCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<ServerTrustGroup>, ServerTrustGroup>>
參數
- resourceGroupName
-
string
包含資源的資源群組名稱。 您可以從 Azure 資源管理員 API 或入口網站取得這個值。
- locationName
-
string
資源所在的區功能變數名稱稱。
- serverTrustGroupName
-
string
伺服器信任群組的名稱。
- parameters
- ServerTrustGroup
伺服器信任群組參數。
選項參數。
傳回
Promise<@azure/core-lro.SimplePollerLike<OperationState<ServerTrustGroup>, ServerTrustGroup>>
beginCreateOrUpdateAndWait(string, string, string, ServerTrustGroup, ServerTrustGroupsCreateOrUpdateOptionalParams)
建立或補救伺服器信任群組。
function beginCreateOrUpdateAndWait(resourceGroupName: string, locationName: string, serverTrustGroupName: string, parameters: ServerTrustGroup, options?: ServerTrustGroupsCreateOrUpdateOptionalParams): Promise<ServerTrustGroup>
參數
- resourceGroupName
-
string
包含資源的資源群組名稱。 您可以從 Azure 資源管理員 API 或入口網站取得這個值。
- locationName
-
string
資源所在的區功能變數名稱稱。
- serverTrustGroupName
-
string
伺服器信任群組的名稱。
- parameters
- ServerTrustGroup
伺服器信任群組參數。
選項參數。
傳回
Promise<ServerTrustGroup>
beginDelete(string, string, string, ServerTrustGroupsDeleteOptionalParams)
刪除伺服器信任群組。
function beginDelete(resourceGroupName: string, locationName: string, serverTrustGroupName: string, options?: ServerTrustGroupsDeleteOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>
參數
- resourceGroupName
-
string
包含資源的資源群組名稱。 您可以從 Azure 資源管理員 API 或入口網站取得這個值。
- locationName
-
string
資源所在的區功能變數名稱稱。
- serverTrustGroupName
-
string
伺服器信任群組的名稱。
選項參數。
傳回
Promise<@azure/core-lro.SimplePollerLike<OperationState<void>, void>>
beginDeleteAndWait(string, string, string, ServerTrustGroupsDeleteOptionalParams)
刪除伺服器信任群組。
function beginDeleteAndWait(resourceGroupName: string, locationName: string, serverTrustGroupName: string, options?: ServerTrustGroupsDeleteOptionalParams): Promise<void>
參數
- resourceGroupName
-
string
包含資源的資源群組名稱。 您可以從 Azure 資源管理員 API 或入口網站取得這個值。
- locationName
-
string
資源所在的區功能變數名稱稱。
- serverTrustGroupName
-
string
伺服器信任群組的名稱。
選項參數。
傳回
Promise<void>
get(string, string, string, ServerTrustGroupsGetOptionalParams)
取得伺服器信任群組。
function get(resourceGroupName: string, locationName: string, serverTrustGroupName: string, options?: ServerTrustGroupsGetOptionalParams): Promise<ServerTrustGroup>
參數
- resourceGroupName
-
string
包含資源的資源群組名稱。 您可以從 Azure 資源管理員 API 或入口網站取得這個值。
- locationName
-
string
資源所在的區功能變數名稱稱。
- serverTrustGroupName
-
string
伺服器信任群組的名稱。
選項參數。
傳回
Promise<ServerTrustGroup>
listByInstance(string, string, ServerTrustGroupsListByInstanceOptionalParams)
依實例名稱取得伺服器信任群組。
function listByInstance(resourceGroupName: string, managedInstanceName: string, options?: ServerTrustGroupsListByInstanceOptionalParams): PagedAsyncIterableIterator<ServerTrustGroup, ServerTrustGroup[], PageSettings>
參數
- resourceGroupName
-
string
包含資源的資源群組名稱。 您可以從 Azure 資源管理員 API 或入口網站取得這個值。
- managedInstanceName
-
string
受管理的執行個體名稱。
選項參數。
傳回
listByLocation(string, string, ServerTrustGroupsListByLocationOptionalParams)
列出伺服器信任群組。
function listByLocation(resourceGroupName: string, locationName: string, options?: ServerTrustGroupsListByLocationOptionalParams): PagedAsyncIterableIterator<ServerTrustGroup, ServerTrustGroup[], PageSettings>
參數
- resourceGroupName
-
string
包含資源的資源群組名稱。 您可以從 Azure 資源管理員 API 或入口網站取得這個值。
- locationName
-
string
資源所在的區功能變數名稱稱。
選項參數。