DedicatedHsmOperations interface
代表 DedicatedHsm 作業的介面。
屬性
| create |
在指定的訂用帳戶中建立或更新專用 HSM。 |
| delete | |
| get | 取得指定的 Azure 專用 HSM。 |
| list |
[清單] 作業會取得與訂用帳戶相關聯的專用 HSM 的相關資訊,以及指定資源群組內的資訊。 |
| list |
List 作業會取得與訂用帳戶相關聯的專用 HSM 相關信息。 |
| list |
取得指定專用 hsm 資源中的輸出端點清單(所有輸出相依性的網路端點)。 作業會傳回每個輸出端點的屬性。 |
| update | 更新指定訂用帳戶中的專用 HSM。 |
屬性詳細資料
createOrUpdate
在指定的訂用帳戶中建立或更新專用 HSM。
createOrUpdate: (resourceGroupName: string, name: string, parameters: DedicatedHsm, options?: DedicatedHsmCreateOrUpdateOptionalParams) => PollerLike<OperationState<DedicatedHsm>, DedicatedHsm>
屬性值
(resourceGroupName: string, name: string, parameters: DedicatedHsm, options?: DedicatedHsmCreateOrUpdateOptionalParams) => PollerLike<OperationState<DedicatedHsm>, DedicatedHsm>
delete
delete: (resourceGroupName: string, name: string, options?: DedicatedHsmDeleteOptionalParams) => PollerLike<OperationState<void>, void>
屬性值
(resourceGroupName: string, name: string, options?: DedicatedHsmDeleteOptionalParams) => PollerLike<OperationState<void>, void>
get
取得指定的 Azure 專用 HSM。
get: (resourceGroupName: string, name: string, options?: DedicatedHsmGetOptionalParams) => Promise<DedicatedHsm>
屬性值
(resourceGroupName: string, name: string, options?: DedicatedHsmGetOptionalParams) => Promise<DedicatedHsm>
listByResourceGroup
[清單] 作業會取得與訂用帳戶相關聯的專用 HSM 的相關資訊,以及指定資源群組內的資訊。
listByResourceGroup: (resourceGroupName: string, options?: DedicatedHsmListByResourceGroupOptionalParams) => PagedAsyncIterableIterator<DedicatedHsm, DedicatedHsm[], PageSettings>
屬性值
(resourceGroupName: string, options?: DedicatedHsmListByResourceGroupOptionalParams) => PagedAsyncIterableIterator<DedicatedHsm, DedicatedHsm[], PageSettings>
listBySubscription
List 作業會取得與訂用帳戶相關聯的專用 HSM 相關信息。
listBySubscription: (options?: DedicatedHsmListBySubscriptionOptionalParams) => PagedAsyncIterableIterator<DedicatedHsm, DedicatedHsm[], PageSettings>
屬性值
(options?: DedicatedHsmListBySubscriptionOptionalParams) => PagedAsyncIterableIterator<DedicatedHsm, DedicatedHsm[], PageSettings>
listOutboundNetworkDependenciesEndpoints
取得指定專用 hsm 資源中的輸出端點清單(所有輸出相依性的網路端點)。 作業會傳回每個輸出端點的屬性。
listOutboundNetworkDependenciesEndpoints: (resourceGroupName: string, name: string, options?: DedicatedHsmListOutboundNetworkDependenciesEndpointsOptionalParams) => PagedAsyncIterableIterator<OutboundEnvironmentEndpoint, OutboundEnvironmentEndpoint[], PageSettings>
屬性值
(resourceGroupName: string, name: string, options?: DedicatedHsmListOutboundNetworkDependenciesEndpointsOptionalParams) => PagedAsyncIterableIterator<OutboundEnvironmentEndpoint, OutboundEnvironmentEndpoint[], PageSettings>
update
更新指定訂用帳戶中的專用 HSM。
update: (resourceGroupName: string, name: string, parameters: DedicatedHsmPatchParameters, options?: DedicatedHsmUpdateOptionalParams) => PollerLike<OperationState<DedicatedHsm>, DedicatedHsm>
屬性值
(resourceGroupName: string, name: string, parameters: DedicatedHsmPatchParameters, options?: DedicatedHsmUpdateOptionalParams) => PollerLike<OperationState<DedicatedHsm>, DedicatedHsm>