PartnerTopics interface
代表 PartnerTopics 的介面。
方法
activate(string, string, Partner |
啟用新建立的合作夥伴主題。 |
begin |
刪除現有的合作夥伴主題。 |
begin |
刪除現有的合作夥伴主題。 |
create |
使用指定的參數,以非同步方式建立新的夥伴主題。 |
deactivate(string, string, Partner |
停用特定合作夥伴主題。 |
get(string, string, Partner |
取得合作夥伴主題的屬性。 |
list |
列出資源群組下的所有合作夥伴主題。 |
list |
列出 Azure 訂用帳戶下的所有合作夥伴主題。 |
update(string, string, Partner |
使用指定的參數,以非同步方式更新夥伴主題。 |
方法詳細資料
activate(string, string, PartnerTopicsActivateOptionalParams)
啟用新建立的合作夥伴主題。
function activate(resourceGroupName: string, partnerTopicName: string, options?: PartnerTopicsActivateOptionalParams): Promise<PartnerTopic>
參數
- resourceGroupName
-
string
使用者訂用帳戶內的資源組名。
- partnerTopicName
-
string
合作夥伴主題的名稱。
選項參數。
傳回
Promise<PartnerTopic>
beginDelete(string, string, PartnerTopicsDeleteOptionalParams)
刪除現有的合作夥伴主題。
function beginDelete(resourceGroupName: string, partnerTopicName: string, options?: PartnerTopicsDeleteOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>
參數
- resourceGroupName
-
string
使用者訂用帳戶內的資源組名。
- partnerTopicName
-
string
合作夥伴主題的名稱。
選項參數。
傳回
Promise<@azure/core-lro.SimplePollerLike<OperationState<void>, void>>
beginDeleteAndWait(string, string, PartnerTopicsDeleteOptionalParams)
刪除現有的合作夥伴主題。
function beginDeleteAndWait(resourceGroupName: string, partnerTopicName: string, options?: PartnerTopicsDeleteOptionalParams): Promise<void>
參數
- resourceGroupName
-
string
使用者訂用帳戶內的資源組名。
- partnerTopicName
-
string
合作夥伴主題的名稱。
選項參數。
傳回
Promise<void>
createOrUpdate(string, string, PartnerTopic, PartnerTopicsCreateOrUpdateOptionalParams)
使用指定的參數,以非同步方式建立新的夥伴主題。
function createOrUpdate(resourceGroupName: string, partnerTopicName: string, partnerTopicInfo: PartnerTopic, options?: PartnerTopicsCreateOrUpdateOptionalParams): Promise<PartnerTopic>
參數
- resourceGroupName
-
string
使用者訂用帳戶內的資源組名。
- partnerTopicName
-
string
合作夥伴主題的名稱。
- partnerTopicInfo
- PartnerTopic
合作夥伴主題資訊。
選項參數。
傳回
Promise<PartnerTopic>
deactivate(string, string, PartnerTopicsDeactivateOptionalParams)
停用特定合作夥伴主題。
function deactivate(resourceGroupName: string, partnerTopicName: string, options?: PartnerTopicsDeactivateOptionalParams): Promise<PartnerTopic>
參數
- resourceGroupName
-
string
使用者訂用帳戶內的資源組名。
- partnerTopicName
-
string
合作夥伴主題的名稱。
選項參數。
傳回
Promise<PartnerTopic>
get(string, string, PartnerTopicsGetOptionalParams)
取得合作夥伴主題的屬性。
function get(resourceGroupName: string, partnerTopicName: string, options?: PartnerTopicsGetOptionalParams): Promise<PartnerTopic>
參數
- resourceGroupName
-
string
使用者訂用帳戶內的資源組名。
- partnerTopicName
-
string
合作夥伴主題的名稱。
- options
- PartnerTopicsGetOptionalParams
選項參數。
傳回
Promise<PartnerTopic>
listByResourceGroup(string, PartnerTopicsListByResourceGroupOptionalParams)
列出資源群組下的所有合作夥伴主題。
function listByResourceGroup(resourceGroupName: string, options?: PartnerTopicsListByResourceGroupOptionalParams): PagedAsyncIterableIterator<PartnerTopic, PartnerTopic[], PageSettings>
參數
- resourceGroupName
-
string
使用者訂用帳戶內的資源組名。
選項參數。
傳回
listBySubscription(PartnerTopicsListBySubscriptionOptionalParams)
列出 Azure 訂用帳戶下的所有合作夥伴主題。
function listBySubscription(options?: PartnerTopicsListBySubscriptionOptionalParams): PagedAsyncIterableIterator<PartnerTopic, PartnerTopic[], PageSettings>
參數
選項參數。
傳回
update(string, string, PartnerTopicUpdateParameters, PartnerTopicsUpdateOptionalParams)
使用指定的參數,以非同步方式更新夥伴主題。
function update(resourceGroupName: string, partnerTopicName: string, partnerTopicUpdateParameters: PartnerTopicUpdateParameters, options?: PartnerTopicsUpdateOptionalParams): Promise<PartnerTopic>
參數
- resourceGroupName
-
string
使用者訂用帳戶內的資源組名。
- partnerTopicName
-
string
合作夥伴主題的名稱。
- partnerTopicUpdateParameters
- PartnerTopicUpdateParameters
PartnerTopic 更新資訊。
選項參數。
傳回
Promise<PartnerTopic>