ServerTrustGroups interface
ServerTrustGroups を表すインターフェイス。
メソッド
begin |
サーバー信頼グループを作成または更新します。 |
begin |
サーバー信頼グループを作成または更新します。 |
begin |
サーバー信頼グループを削除します。 |
begin |
サーバー信頼グループを削除します。 |
get(string, string, string, Server |
サーバー信頼グループを取得します。 |
list |
インスタンス名でサーバー信頼グループを取得します。 |
list |
サーバー信頼グループを一覧表示します。 |
メソッドの詳細
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
サーバー信頼グループのパラメーター。
options パラメーター。
戻り値
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
サーバー信頼グループのパラメーター。
options パラメーター。
戻り値
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
サーバー信頼グループの名前。
options パラメーター。
戻り値
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
サーバー信頼グループの名前。
options パラメーター。
戻り値
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
サーバー信頼グループの名前。
options パラメーター。
戻り値
Promise<ServerTrustGroup>
listByInstance(string, string, ServerTrustGroupsListByInstanceOptionalParams)
インスタンス名でサーバー信頼グループを取得します。
function listByInstance(resourceGroupName: string, managedInstanceName: string, options?: ServerTrustGroupsListByInstanceOptionalParams): PagedAsyncIterableIterator<ServerTrustGroup, ServerTrustGroup[], PageSettings>
パラメーター
- resourceGroupName
-
string
リソースが含まれているリソース グループの名前。 この値は、Azure リソース マネージャー API またはポータルから取得できます。
- managedInstanceName
-
string
マネージド インスタンスの名前。
options パラメーター。
戻り値
listByLocation(string, string, ServerTrustGroupsListByLocationOptionalParams)
サーバー信頼グループを一覧表示します。
function listByLocation(resourceGroupName: string, locationName: string, options?: ServerTrustGroupsListByLocationOptionalParams): PagedAsyncIterableIterator<ServerTrustGroup, ServerTrustGroup[], PageSettings>
パラメーター
- resourceGroupName
-
string
リソースが含まれているリソース グループの名前。 この値は、Azure リソース マネージャー API またはポータルから取得できます。
- locationName
-
string
リソースが配置されているリージョンの名前。
options パラメーター。