PrivateEndpointConnectionsOperations interface

代表 PrivateEndpointConnections 作業的介面。

屬性

create

更新與檔案分享相關的指定私有端點連線狀態。

delete

刪除與檔案分享相關的指定私有端點連線。

get

取得與檔案共享相關的指定私有端點連線。

listByFileShare

取得 PrivateEndpointConnection 清單。

屬性詳細資料

create

更新與檔案分享相關的指定私有端點連線狀態。

create: (resourceGroupName: string, resourceName: string, privateEndpointConnectionName: string, resource: PrivateEndpointConnection, options?: PrivateEndpointConnectionsCreateOptionalParams) => PollerLike<OperationState<PrivateEndpointConnection>, PrivateEndpointConnection>

屬性值

(resourceGroupName: string, resourceName: string, privateEndpointConnectionName: string, resource: PrivateEndpointConnection, options?: PrivateEndpointConnectionsCreateOptionalParams) => PollerLike<OperationState<PrivateEndpointConnection>, PrivateEndpointConnection>

delete

刪除與檔案分享相關的指定私有端點連線。

delete: (resourceGroupName: string, resourceName: string, privateEndpointConnectionName: string, options?: PrivateEndpointConnectionsDeleteOptionalParams) => PollerLike<OperationState<void>, void>

屬性值

(resourceGroupName: string, resourceName: string, privateEndpointConnectionName: string, options?: PrivateEndpointConnectionsDeleteOptionalParams) => PollerLike<OperationState<void>, void>

get

取得與檔案共享相關的指定私有端點連線。

get: (resourceGroupName: string, resourceName: string, privateEndpointConnectionName: string, options?: PrivateEndpointConnectionsGetOptionalParams) => Promise<PrivateEndpointConnection>

屬性值

(resourceGroupName: string, resourceName: string, privateEndpointConnectionName: string, options?: PrivateEndpointConnectionsGetOptionalParams) => Promise<PrivateEndpointConnection>

listByFileShare

取得 PrivateEndpointConnection 清單。

listByFileShare: (resourceGroupName: string, resourceName: string, options?: PrivateEndpointConnectionsListByFileShareOptionalParams) => PagedAsyncIterableIterator<PrivateEndpointConnection, PrivateEndpointConnection[], PageSettings>

屬性值

(resourceGroupName: string, resourceName: string, options?: PrivateEndpointConnectionsListByFileShareOptionalParams) => PagedAsyncIterableIterator<PrivateEndpointConnection, PrivateEndpointConnection[], PageSettings>