GlobalReachConnectionsOperations interface
Schnittstelle, die einen GlobalReachConnections-Vorgang darstellt.
Eigenschaften
| create |
Erstellen einer GlobalReachConnection |
| delete | |
| get | Abrufen einer GlobalReachConnection |
| list | Auflisten von GlobalReachConnection-Ressourcen nach PrivateCloud |
Details zur Eigenschaft
createOrUpdate
Erstellen einer GlobalReachConnection
createOrUpdate: (resourceGroupName: string, privateCloudName: string, globalReachConnectionName: string, globalReachConnection: GlobalReachConnection, options?: GlobalReachConnectionsCreateOrUpdateOptionalParams) => PollerLike<OperationState<GlobalReachConnection>, GlobalReachConnection>
Eigenschaftswert
(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>
Eigenschaftswert
(resourceGroupName: string, privateCloudName: string, globalReachConnectionName: string, options?: GlobalReachConnectionsDeleteOptionalParams) => PollerLike<OperationState<void>, void>
get
Abrufen einer GlobalReachConnection
get: (resourceGroupName: string, privateCloudName: string, globalReachConnectionName: string, options?: GlobalReachConnectionsGetOptionalParams) => Promise<GlobalReachConnection>
Eigenschaftswert
(resourceGroupName: string, privateCloudName: string, globalReachConnectionName: string, options?: GlobalReachConnectionsGetOptionalParams) => Promise<GlobalReachConnection>
list
Auflisten von GlobalReachConnection-Ressourcen nach PrivateCloud
list: (resourceGroupName: string, privateCloudName: string, options?: GlobalReachConnectionsListOptionalParams) => PagedAsyncIterableIterator<GlobalReachConnection, GlobalReachConnection[], PageSettings>
Eigenschaftswert
(resourceGroupName: string, privateCloudName: string, options?: GlobalReachConnectionsListOptionalParams) => PagedAsyncIterableIterator<GlobalReachConnection, GlobalReachConnection[], PageSettings>