ServiceEndpointPoliciesDelete interface
メソッド
| delete(Service |
指定したサービス エンドポイント ポリシーを削除します。 |
| get(Service |
指定したリソース グループ内の指定されたサービス エンドポイント ポリシーを取得します。 |
| patch(Service |
サービス エンドポイント ポリシーのタグを更新します。 |
| put(Service |
サービス エンドポイント ポリシーを作成または更新します。 |
メソッドの詳細
delete(ServiceEndpointPoliciesDeleteParameters)
指定したサービス エンドポイント ポリシーを削除します。
function delete(options: ServiceEndpointPoliciesDeleteParameters): StreamableMethod<ServiceEndpointPoliciesDelete200Response | ServiceEndpointPoliciesDelete202Response | ServiceEndpointPoliciesDelete204Response | ServiceEndpointPoliciesDeleteDefaultResponse>
パラメーター
戻り値
get(ServiceEndpointPoliciesGetParameters)
指定したリソース グループ内の指定されたサービス エンドポイント ポリシーを取得します。
function get(options: ServiceEndpointPoliciesGetParameters): StreamableMethod<ServiceEndpointPoliciesGet200Response | ServiceEndpointPoliciesGetDefaultResponse>
パラメーター
戻り値
patch(ServiceEndpointPoliciesUpdateTagsParameters)
サービス エンドポイント ポリシーのタグを更新します。
function patch(options: ServiceEndpointPoliciesUpdateTagsParameters): StreamableMethod<ServiceEndpointPoliciesUpdateTags200Response | ServiceEndpointPoliciesUpdateTagsDefaultResponse>
パラメーター
戻り値
put(ServiceEndpointPoliciesCreateOrUpdateParameters)
サービス エンドポイント ポリシーを作成または更新します。
function put(options: ServiceEndpointPoliciesCreateOrUpdateParameters): StreamableMethod<ServiceEndpointPoliciesCreateOrUpdate200Response | ServiceEndpointPoliciesCreateOrUpdate201Response | ServiceEndpointPoliciesCreateOrUpdateDefaultResponse>