你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

CertificateObjectLocalRulestack interface

表示 CertificateObjectLocalRulestack 的接口。

方法

beginCreateOrUpdate(string, string, string, CertificateObjectLocalRulestackResource, CertificateObjectLocalRulestackCreateOrUpdateOptionalParams)

创建 CertificateObjectLocalRulestackResource

beginCreateOrUpdateAndWait(string, string, string, CertificateObjectLocalRulestackResource, CertificateObjectLocalRulestackCreateOrUpdateOptionalParams)

创建 CertificateObjectLocalRulestackResource

beginDelete(string, string, string, CertificateObjectLocalRulestackDeleteOptionalParams)

删除 CertificateObjectLocalRulestackResource

beginDeleteAndWait(string, string, string, CertificateObjectLocalRulestackDeleteOptionalParams)

删除 CertificateObjectLocalRulestackResource

get(string, string, string, CertificateObjectLocalRulestackGetOptionalParams)

获取 CertificateObjectLocalRulestackResource

listByLocalRulestacks(string, string, CertificateObjectLocalRulestackListByLocalRulestacksOptionalParams)

按 LocalRulestacks 列出 CertificateObjectLocalRulestackResource 资源

方法详细信息

beginCreateOrUpdate(string, string, string, CertificateObjectLocalRulestackResource, CertificateObjectLocalRulestackCreateOrUpdateOptionalParams)

创建 CertificateObjectLocalRulestackResource

function beginCreateOrUpdate(resourceGroupName: string, localRulestackName: string, name: string, resource: CertificateObjectLocalRulestackResource, options?: CertificateObjectLocalRulestackCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<CertificateObjectLocalRulestackResource>, CertificateObjectLocalRulestackResource>>

参数

resourceGroupName

string

资源组的名称。 此名称不区分大小写。

localRulestackName

string

LocalRulestack 资源名称

name

string

证书名称

resource
CertificateObjectLocalRulestackResource

资源创建参数。

返回

beginCreateOrUpdateAndWait(string, string, string, CertificateObjectLocalRulestackResource, CertificateObjectLocalRulestackCreateOrUpdateOptionalParams)

创建 CertificateObjectLocalRulestackResource

function beginCreateOrUpdateAndWait(resourceGroupName: string, localRulestackName: string, name: string, resource: CertificateObjectLocalRulestackResource, options?: CertificateObjectLocalRulestackCreateOrUpdateOptionalParams): Promise<CertificateObjectLocalRulestackResource>

参数

resourceGroupName

string

资源组的名称。 此名称不区分大小写。

localRulestackName

string

LocalRulestack 资源名称

name

string

证书名称

resource
CertificateObjectLocalRulestackResource

资源创建参数。

返回

beginDelete(string, string, string, CertificateObjectLocalRulestackDeleteOptionalParams)

删除 CertificateObjectLocalRulestackResource

function beginDelete(resourceGroupName: string, localRulestackName: string, name: string, options?: CertificateObjectLocalRulestackDeleteOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>

参数

resourceGroupName

string

资源组的名称。 此名称不区分大小写。

localRulestackName

string

LocalRulestack 资源名称

name

string

证书名称

返回

Promise<@azure/core-lro.SimplePollerLike<OperationState<void>, void>>

beginDeleteAndWait(string, string, string, CertificateObjectLocalRulestackDeleteOptionalParams)

删除 CertificateObjectLocalRulestackResource

function beginDeleteAndWait(resourceGroupName: string, localRulestackName: string, name: string, options?: CertificateObjectLocalRulestackDeleteOptionalParams): Promise<void>

参数

resourceGroupName

string

资源组的名称。 此名称不区分大小写。

localRulestackName

string

LocalRulestack 资源名称

name

string

证书名称

返回

Promise<void>

get(string, string, string, CertificateObjectLocalRulestackGetOptionalParams)

获取 CertificateObjectLocalRulestackResource

function get(resourceGroupName: string, localRulestackName: string, name: string, options?: CertificateObjectLocalRulestackGetOptionalParams): Promise<CertificateObjectLocalRulestackResource>

参数

resourceGroupName

string

资源组的名称。 此名称不区分大小写。

localRulestackName

string

LocalRulestack 资源名称

name

string

证书名称

返回

listByLocalRulestacks(string, string, CertificateObjectLocalRulestackListByLocalRulestacksOptionalParams)

按 LocalRulestacks 列出 CertificateObjectLocalRulestackResource 资源

function listByLocalRulestacks(resourceGroupName: string, localRulestackName: string, options?: CertificateObjectLocalRulestackListByLocalRulestacksOptionalParams): PagedAsyncIterableIterator<CertificateObjectLocalRulestackResource, CertificateObjectLocalRulestackResource[], PageSettings>

参数

resourceGroupName

string

资源组的名称。 此名称不区分大小写。

localRulestackName

string

LocalRulestack 资源名称

返回