SubscriptionNetworkManagerConnectionsOperations interface
Interface representing a SubscriptionNetworkManagerConnections operations.
Properties
| create |
Create a network manager connection on this subscription. |
| delete | Delete specified connection created by this subscription. |
| get | Get a specified connection created by this subscription. |
| list | List all network manager connections created by this subscription. |
Property Details
createOrUpdate
Create a network manager connection on this subscription.
createOrUpdate: (networkManagerConnectionName: string, parameters: NetworkManagerConnection, options?: SubscriptionNetworkManagerConnectionsCreateOrUpdateOptionalParams) => Promise<NetworkManagerConnection>
Property Value
(networkManagerConnectionName: string, parameters: NetworkManagerConnection, options?: SubscriptionNetworkManagerConnectionsCreateOrUpdateOptionalParams) => Promise<NetworkManagerConnection>
delete
Delete specified connection created by this subscription.
delete: (networkManagerConnectionName: string, options?: SubscriptionNetworkManagerConnectionsDeleteOptionalParams) => Promise<void>
Property Value
(networkManagerConnectionName: string, options?: SubscriptionNetworkManagerConnectionsDeleteOptionalParams) => Promise<void>
get
Get a specified connection created by this subscription.
get: (networkManagerConnectionName: string, options?: SubscriptionNetworkManagerConnectionsGetOptionalParams) => Promise<NetworkManagerConnection>
Property Value
(networkManagerConnectionName: string, options?: SubscriptionNetworkManagerConnectionsGetOptionalParams) => Promise<NetworkManagerConnection>
list
List all network manager connections created by this subscription.
list: (options?: SubscriptionNetworkManagerConnectionsListOptionalParams) => PagedAsyncIterableIterator<NetworkManagerConnection, NetworkManagerConnection[], PageSettings>
Property Value
(options?: SubscriptionNetworkManagerConnectionsListOptionalParams) => PagedAsyncIterableIterator<NetworkManagerConnection, NetworkManagerConnection[], PageSettings>