共用方式為


Secret class

代表秘密的類別。

建構函式

Secret(ServiceFabricMeshManagementClientContext)

建立秘密。

方法

create(string, string, SecretResourceDescription, RequestOptionsBase)

建立具有指定名稱、描述和屬性的秘密資源。 如果具有相同名稱的秘密資源存在,則會使用指定的描述和屬性來更新。

create(string, string, SecretResourceDescription, RequestOptionsBase, ServiceCallback<SecretResourceDescription>)
create(string, string, SecretResourceDescription, ServiceCallback<SecretResourceDescription>)
deleteMethod(string, string, RequestOptionsBase)

刪除名稱所識別的秘密資源。

deleteMethod(string, string, RequestOptionsBase, ServiceCallback<void>)
deleteMethod(string, string, ServiceCallback<void>)
get(string, string, RequestOptionsBase)

取得具有指定名稱之秘密資源的相關資訊。 此資訊包括密碼的描述和其他屬性。

get(string, string, RequestOptionsBase, ServiceCallback<SecretResourceDescription>)
get(string, string, ServiceCallback<SecretResourceDescription>)
listByResourceGroup(string, RequestOptionsBase)

取得指定資源群組中所有秘密資源的相關資訊。 資訊包括秘密的描述與其他屬性。

listByResourceGroup(string, RequestOptionsBase, ServiceCallback<SecretResourceDescriptionList>)
listByResourceGroup(string, ServiceCallback<SecretResourceDescriptionList>)
listByResourceGroupNext(string, RequestOptionsBase)

取得指定資源群組中所有秘密資源的相關資訊。 資訊包括秘密的描述與其他屬性。

listByResourceGroupNext(string, RequestOptionsBase, ServiceCallback<SecretResourceDescriptionList>)
listByResourceGroupNext(string, ServiceCallback<SecretResourceDescriptionList>)
listBySubscription(RequestOptionsBase)

取得指定資源群組中所有秘密資源的相關資訊。 此資訊包括密碼的描述和其他屬性。

listBySubscription(RequestOptionsBase, ServiceCallback<SecretResourceDescriptionList>)
listBySubscription(ServiceCallback<SecretResourceDescriptionList>)
listBySubscriptionNext(string, RequestOptionsBase)

取得指定資源群組中所有秘密資源的相關資訊。 此資訊包括密碼的描述和其他屬性。

listBySubscriptionNext(string, RequestOptionsBase, ServiceCallback<SecretResourceDescriptionList>)
listBySubscriptionNext(string, ServiceCallback<SecretResourceDescriptionList>)

建構函式詳細資料

Secret(ServiceFabricMeshManagementClientContext)

建立秘密。

new Secret(client: ServiceFabricMeshManagementClientContext)

參數

client
ServiceFabricMeshManagementClientContext

服務用戶端的參考。

方法詳細資料

create(string, string, SecretResourceDescription, RequestOptionsBase)

建立具有指定名稱、描述和屬性的秘密資源。 如果具有相同名稱的秘密資源存在,則會使用指定的描述和屬性來更新。

function create(resourceGroupName: string, secretResourceName: string, secretResourceDescription: SecretResourceDescription, options?: RequestOptionsBase): Promise<SecretCreateResponse>

參數

resourceGroupName

string

Azure 資源群組名稱

secretResourceName

string

祕密資源的名稱。

secretResourceDescription
SecretResourceDescription

建立秘密資源的描述。

options
RequestOptionsBase

選擇性參數

傳回

Promise < Models.SecretCreateResponse>

create(string, string, SecretResourceDescription, RequestOptionsBase, ServiceCallback<SecretResourceDescription>)

function create(resourceGroupName: string, secretResourceName: string, secretResourceDescription: SecretResourceDescription, options: RequestOptionsBase, callback: ServiceCallback<SecretResourceDescription>)

參數

resourceGroupName

string

Azure 資源群組名稱

secretResourceName

string

祕密資源的名稱。

secretResourceDescription
SecretResourceDescription

建立秘密資源的描述。

options
RequestOptionsBase

選擇性參數

create(string, string, SecretResourceDescription, ServiceCallback<SecretResourceDescription>)

function create(resourceGroupName: string, secretResourceName: string, secretResourceDescription: SecretResourceDescription, callback: ServiceCallback<SecretResourceDescription>)

參數

resourceGroupName

string

Azure 資源群組名稱

secretResourceName

string

祕密資源的名稱。

secretResourceDescription
SecretResourceDescription

建立秘密資源的描述。

deleteMethod(string, string, RequestOptionsBase)

刪除名稱所識別的秘密資源。

function deleteMethod(resourceGroupName: string, secretResourceName: string, options?: RequestOptionsBase): Promise<RestResponse>

參數

resourceGroupName

string

Azure 資源群組名稱

secretResourceName

string

祕密資源的名稱。

options
RequestOptionsBase

選擇性參數

傳回

Promise<RestResponse>

Promise < msRest.RestResponse>

deleteMethod(string, string, RequestOptionsBase, ServiceCallback<void>)

function deleteMethod(resourceGroupName: string, secretResourceName: string, options: RequestOptionsBase, callback: ServiceCallback<void>)

參數

resourceGroupName

string

Azure 資源群組名稱

secretResourceName

string

祕密資源的名稱。

options
RequestOptionsBase

選擇性參數

callback

ServiceCallback<void>

回呼

deleteMethod(string, string, ServiceCallback<void>)

function deleteMethod(resourceGroupName: string, secretResourceName: string, callback: ServiceCallback<void>)

參數

resourceGroupName

string

Azure 資源群組名稱

secretResourceName

string

祕密資源的名稱。

callback

ServiceCallback<void>

回呼

get(string, string, RequestOptionsBase)

取得具有指定名稱之秘密資源的相關資訊。 此資訊包括密碼的描述和其他屬性。

function get(resourceGroupName: string, secretResourceName: string, options?: RequestOptionsBase): Promise<SecretGetResponse>

參數

resourceGroupName

string

Azure 資源群組名稱

secretResourceName

string

祕密資源的名稱。

options
RequestOptionsBase

選擇性參數

傳回

Promise < Models.SecretGetResponse>

get(string, string, RequestOptionsBase, ServiceCallback<SecretResourceDescription>)

function get(resourceGroupName: string, secretResourceName: string, options: RequestOptionsBase, callback: ServiceCallback<SecretResourceDescription>)

參數

resourceGroupName

string

Azure 資源群組名稱

secretResourceName

string

祕密資源的名稱。

options
RequestOptionsBase

選擇性參數

get(string, string, ServiceCallback<SecretResourceDescription>)

function get(resourceGroupName: string, secretResourceName: string, callback: ServiceCallback<SecretResourceDescription>)

參數

resourceGroupName

string

Azure 資源群組名稱

secretResourceName

string

祕密資源的名稱。

listByResourceGroup(string, RequestOptionsBase)

取得指定資源群組中所有秘密資源的相關資訊。 資訊包括秘密的描述與其他屬性。

function listByResourceGroup(resourceGroupName: string, options?: RequestOptionsBase): Promise<SecretListByResourceGroupResponse>

參數

resourceGroupName

string

Azure 資源群組名稱

options
RequestOptionsBase

選擇性參數

傳回

Promise < Models.SecretListByResourceGroupResponse>

listByResourceGroup(string, RequestOptionsBase, ServiceCallback<SecretResourceDescriptionList>)

function listByResourceGroup(resourceGroupName: string, options: RequestOptionsBase, callback: ServiceCallback<SecretResourceDescriptionList>)

參數

resourceGroupName

string

Azure 資源群組名稱

options
RequestOptionsBase

選擇性參數

listByResourceGroup(string, ServiceCallback<SecretResourceDescriptionList>)

function listByResourceGroup(resourceGroupName: string, callback: ServiceCallback<SecretResourceDescriptionList>)

參數

resourceGroupName

string

Azure 資源群組名稱

listByResourceGroupNext(string, RequestOptionsBase)

取得指定資源群組中所有秘密資源的相關資訊。 資訊包括秘密的描述與其他屬性。

function listByResourceGroupNext(nextPageLink: string, options?: RequestOptionsBase): Promise<SecretListByResourceGroupNextResponse>

參數

nextPageLink

string

上一次成功呼叫 List 作業的 NextLink。

options
RequestOptionsBase

選擇性參數

傳回

Promise < Models.SecretListByResourceGroupNextResponse>

listByResourceGroupNext(string, RequestOptionsBase, ServiceCallback<SecretResourceDescriptionList>)

function listByResourceGroupNext(nextPageLink: string, options: RequestOptionsBase, callback: ServiceCallback<SecretResourceDescriptionList>)

參數

nextPageLink

string

上一次成功呼叫 List 作業的 NextLink。

options
RequestOptionsBase

選擇性參數

listByResourceGroupNext(string, ServiceCallback<SecretResourceDescriptionList>)

function listByResourceGroupNext(nextPageLink: string, callback: ServiceCallback<SecretResourceDescriptionList>)

參數

nextPageLink

string

上一次成功呼叫 List 作業的 NextLink。

listBySubscription(RequestOptionsBase)

取得指定資源群組中所有秘密資源的相關資訊。 此資訊包括密碼的描述和其他屬性。

function listBySubscription(options?: RequestOptionsBase): Promise<SecretListBySubscriptionResponse>

參數

options
RequestOptionsBase

選擇性參數

傳回

Promise < Models.SecretListBySubscriptionResponse>

listBySubscription(RequestOptionsBase, ServiceCallback<SecretResourceDescriptionList>)

function listBySubscription(options: RequestOptionsBase, callback: ServiceCallback<SecretResourceDescriptionList>)

參數

options
RequestOptionsBase

選擇性參數

listBySubscription(ServiceCallback<SecretResourceDescriptionList>)

function listBySubscription(callback: ServiceCallback<SecretResourceDescriptionList>)

參數

listBySubscriptionNext(string, RequestOptionsBase)

取得指定資源群組中所有秘密資源的相關資訊。 此資訊包括密碼的描述和其他屬性。

function listBySubscriptionNext(nextPageLink: string, options?: RequestOptionsBase): Promise<SecretListBySubscriptionNextResponse>

參數

nextPageLink

string

上一次成功呼叫 List 作業的 NextLink。

options
RequestOptionsBase

選擇性參數

傳回

Promise < Models.SecretListBySubscriptionNextResponse>

listBySubscriptionNext(string, RequestOptionsBase, ServiceCallback<SecretResourceDescriptionList>)

function listBySubscriptionNext(nextPageLink: string, options: RequestOptionsBase, callback: ServiceCallback<SecretResourceDescriptionList>)

參數

nextPageLink

string

上一次成功呼叫 List 作業的 NextLink。

options
RequestOptionsBase

選擇性參數

listBySubscriptionNext(string, ServiceCallback<SecretResourceDescriptionList>)

function listBySubscriptionNext(nextPageLink: string, callback: ServiceCallback<SecretResourceDescriptionList>)

參數

nextPageLink

string

上一次成功呼叫 List 作業的 NextLink。