次の方法で共有


ApiIssueAttachment interface

ApiIssueAttachment を表すインターフェイス。

メソッド

createOrUpdate(string, string, string, string, string, IssueAttachmentContract, ApiIssueAttachmentCreateOrUpdateOptionalParams)

API の問題の新しい添付ファイルを作成するか、既存のものを更新します。

delete(string, string, string, string, string, string, ApiIssueAttachmentDeleteOptionalParams)

指定されたコメントを問題から削除します。

get(string, string, string, string, string, ApiIssueAttachmentGetOptionalParams)

識別子で指定された API の問題 Attachment の詳細を取得します。

getEntityTag(string, string, string, string, string, ApiIssueAttachmentGetEntityTagOptionalParams)

識別子で指定された API の Issue Attachment のエンティティ状態 (Etag) バージョンを取得します。

listByService(string, string, string, string, ApiIssueAttachmentListByServiceOptionalParams)

指定された API に関連付けられている問題のすべての添付ファイルを一覧表示します。

メソッドの詳細

createOrUpdate(string, string, string, string, string, IssueAttachmentContract, ApiIssueAttachmentCreateOrUpdateOptionalParams)

API の問題の新しい添付ファイルを作成するか、既存のものを更新します。

function createOrUpdate(resourceGroupName: string, serviceName: string, apiId: string, issueId: string, attachmentId: string, parameters: IssueAttachmentContract, options?: ApiIssueAttachmentCreateOrUpdateOptionalParams): Promise<ApiIssueAttachmentCreateOrUpdateResponse>

パラメーター

resourceGroupName

string

リソース グループの名前。 名前の大文字と小文字は区別されます。

serviceName

string

API Management サービスの名前。

apiId

string

API 識別子。 現在のAPI Management サービス インスタンスで一意である必要があります。

issueId

string

問題識別子。 現在のAPI Management サービス インスタンスで一意である必要があります。

attachmentId

string

Issue 内の添付ファイル識別子。 現在の Issue で一意である必要があります。

parameters
IssueAttachmentContract

パラメーターを作成します。

options
ApiIssueAttachmentCreateOrUpdateOptionalParams

options パラメーター。

戻り値

delete(string, string, string, string, string, string, ApiIssueAttachmentDeleteOptionalParams)

指定されたコメントを問題から削除します。

function delete(resourceGroupName: string, serviceName: string, apiId: string, issueId: string, attachmentId: string, ifMatch: string, options?: ApiIssueAttachmentDeleteOptionalParams): Promise<void>

パラメーター

resourceGroupName

string

リソース グループの名前。 名前の大文字と小文字は区別されます。

serviceName

string

API Management サービスの名前。

apiId

string

API 識別子。 現在のAPI Management サービス インスタンスで一意である必要があります。

issueId

string

問題識別子。 現在のAPI Management サービス インスタンスで一意である必要があります。

attachmentId

string

Issue 内の添付ファイル識別子。 現在の Issue で一意である必要があります。

ifMatch

string

エンティティの ETag。 ETag は、GET 要求のヘッダー応答からの現在のエンティティ状態と一致する必要があります。または、無条件更新の場合は * にする必要があります。

options
ApiIssueAttachmentDeleteOptionalParams

options パラメーター。

戻り値

Promise<void>

get(string, string, string, string, string, ApiIssueAttachmentGetOptionalParams)

識別子で指定された API の問題 Attachment の詳細を取得します。

function get(resourceGroupName: string, serviceName: string, apiId: string, issueId: string, attachmentId: string, options?: ApiIssueAttachmentGetOptionalParams): Promise<ApiIssueAttachmentGetResponse>

パラメーター

resourceGroupName

string

リソース グループの名前。 名前の大文字と小文字は区別されます。

serviceName

string

API Management サービスの名前。

apiId

string

API 識別子。 現在のAPI Management サービス インスタンスで一意である必要があります。

issueId

string

問題識別子。 現在のAPI Management サービス インスタンスで一意である必要があります。

attachmentId

string

Issue 内の添付ファイル識別子。 現在の Issue で一意である必要があります。

options
ApiIssueAttachmentGetOptionalParams

options パラメーター。

戻り値

getEntityTag(string, string, string, string, string, ApiIssueAttachmentGetEntityTagOptionalParams)

識別子で指定された API の Issue Attachment のエンティティ状態 (Etag) バージョンを取得します。

function getEntityTag(resourceGroupName: string, serviceName: string, apiId: string, issueId: string, attachmentId: string, options?: ApiIssueAttachmentGetEntityTagOptionalParams): Promise<ApiIssueAttachmentGetEntityTagHeaders>

パラメーター

resourceGroupName

string

リソース グループの名前。 名前の大文字と小文字は区別されます。

serviceName

string

API Management サービスの名前。

apiId

string

API 識別子。 現在のAPI Management サービス インスタンスで一意である必要があります。

issueId

string

問題識別子。 現在のAPI Management サービス インスタンスで一意である必要があります。

attachmentId

string

Issue 内の添付ファイル識別子。 現在の Issue で一意である必要があります。

options
ApiIssueAttachmentGetEntityTagOptionalParams

options パラメーター。

戻り値

listByService(string, string, string, string, ApiIssueAttachmentListByServiceOptionalParams)

指定された API に関連付けられている問題のすべての添付ファイルを一覧表示します。

function listByService(resourceGroupName: string, serviceName: string, apiId: string, issueId: string, options?: ApiIssueAttachmentListByServiceOptionalParams): PagedAsyncIterableIterator<IssueAttachmentContract, IssueAttachmentContract[], PageSettings>

パラメーター

resourceGroupName

string

リソース グループの名前。 名前の大文字と小文字は区別されます。

serviceName

string

API Management サービスの名前。

apiId

string

API 識別子。 現在のAPI Management サービス インスタンスで一意である必要があります。

issueId

string

問題識別子。 現在のAPI Management サービス インスタンスで一意である必要があります。

options
ApiIssueAttachmentListByServiceOptionalParams

options パラメーター。

戻り値