GlobalReachConnectionsOperations interface
Antarmuka yang mewakili operasi GlobalReachConnections.
Properti
| create |
Membuat GlobalReachConnection |
| delete | |
| get | Mendapatkan GlobalReachConnection |
| list | Mencantumkan sumber daya GlobalReachConnection oleh PrivateCloud |
Detail Properti
createOrUpdate
Membuat GlobalReachConnection
createOrUpdate: (resourceGroupName: string, privateCloudName: string, globalReachConnectionName: string, globalReachConnection: GlobalReachConnection, options?: GlobalReachConnectionsCreateOrUpdateOptionalParams) => PollerLike<OperationState<GlobalReachConnection>, GlobalReachConnection>
Nilai Properti
(resourceGroupName: string, privateCloudName: string, globalReachConnectionName: string, globalReachConnection: GlobalReachConnection, options?: GlobalReachConnectionsCreateOrUpdateOptionalParams) => PollerLike<OperationState<GlobalReachConnection>, GlobalReachConnection>
delete
delete: (resourceGroupName: string, privateCloudName: string, globalReachConnectionName: string, options?: GlobalReachConnectionsDeleteOptionalParams) => PollerLike<OperationState<void>, void>
Nilai Properti
(resourceGroupName: string, privateCloudName: string, globalReachConnectionName: string, options?: GlobalReachConnectionsDeleteOptionalParams) => PollerLike<OperationState<void>, void>
get
Mendapatkan GlobalReachConnection
get: (resourceGroupName: string, privateCloudName: string, globalReachConnectionName: string, options?: GlobalReachConnectionsGetOptionalParams) => Promise<GlobalReachConnection>
Nilai Properti
(resourceGroupName: string, privateCloudName: string, globalReachConnectionName: string, options?: GlobalReachConnectionsGetOptionalParams) => Promise<GlobalReachConnection>
list
Mencantumkan sumber daya GlobalReachConnection oleh PrivateCloud
list: (resourceGroupName: string, privateCloudName: string, options?: GlobalReachConnectionsListOptionalParams) => PagedAsyncIterableIterator<GlobalReachConnection, GlobalReachConnection[], PageSettings>
Nilai Properti
(resourceGroupName: string, privateCloudName: string, options?: GlobalReachConnectionsListOptionalParams) => PagedAsyncIterableIterator<GlobalReachConnection, GlobalReachConnection[], PageSettings>