DedicatedHsmOperations interface
表示 DedicatedHsm作的接口。
属性
| create |
在指定的订阅中创建或更新专用 HSM。 |
| delete | |
| get | 获取指定的 Azure 专用 HSM。 |
| list |
“列出”作获取有关与订阅关联的专用 HSM 以及指定资源组内的信息。 |
| 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
列表作获取与订阅关联的专用 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>