다음을 통해 공유


DedicatedHsmOperations interface

DedicatedHsm 작업을 나타내는 인터페이스입니다.

속성

createOrUpdate

지정된 구독에서 전용 HSM을 만들거나 업데이트합니다.

delete
get

지정된 Azure 전용 HSM을 가져옵니다.

listByResourceGroup

목록 작업은 구독과 연결된 전용 HSM과 지정된 리소스 그룹 내에 대한 정보를 가져옵니다.

listBySubscription

목록 작업은 구독과 연결된 전용 HSM에 대한 정보를 가져옵니다.

listOutboundNetworkDependenciesEndpoints

지정된 전용 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>