FabricClient.NetworkManagementClient Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Provides the functionality to manage Service Fabric container networks.
public sealed class FabricClient.NetworkManagementClient
type FabricClient.NetworkManagementClient = class
Public NotInheritable Class FabricClient.NetworkManagementClient
- Inheritance
-
FabricClient.NetworkManagementClient
Methods
CreateNetworkAsync(String, NetworkDescription, TimeSpan, CancellationToken) |
Creates the specific Service Fabric container network. |
CreateNetworkAsync(String, NetworkDescription) |
Creates the specific Service Fabric container network. |
DeleteNetworkAsync(DeleteNetworkDescription, TimeSpan, CancellationToken) |
Deletes the specific Service Fabric container network. |
DeleteNetworkAsync(DeleteNetworkDescription) |
Deletes the specific Service Fabric container network. |
GetApplicationNetworkListAsync(ApplicationNetworkQueryDescription, TimeSpan, CancellationToken) |
Gets the details for all container networks an application is a member of. If the networks do not fit in a page, one page of results is returned as well as a continuation token which can be used to get the next page. |
GetApplicationNetworkListAsync(ApplicationNetworkQueryDescription) |
Gets the details for all container networks an application is a member of. If the networks do not fit in a page, one page of results is returned as well as a continuation token which can be used to get the next page. |
GetDeployedNetworkCodePackageListAsync(DeployedNetworkCodePackageQueryDescription, TimeSpan, CancellationToken) |
Gets the details for all code packages deployed in a container network on a node. If the code packages do not fit in a page, one page of results is returned as well as a continuation token which can be used to get the next page. |
GetDeployedNetworkCodePackageListAsync(DeployedNetworkCodePackageQueryDescription) |
Gets the details for all code packages deployed in a container network on a node. If the code packages do not fit in a page, one page of results is returned as well as a continuation token which can be used to get the next page. |
GetDeployedNetworkListAsync(DeployedNetworkQueryDescription, TimeSpan, CancellationToken) |
Gets the details for all container networks deployed on a node. If the networks do not fit in a page, one page of results is returned as well as a continuation token which can be used to get the next page. |
GetDeployedNetworkListAsync(DeployedNetworkQueryDescription) |
Gets the details for all container networks deployed on a node. If the networks do not fit in a page, one page of results is returned as well as a continuation token which can be used to get the next page. |
GetNetworkApplicationListAsync(NetworkApplicationQueryDescription, TimeSpan, CancellationToken) |
Gets the details for all applications in the container network. If the applications do not fit in a page, one page of results is returned as well as a continuation token which can be used to get the next page. |
GetNetworkApplicationListAsync(NetworkApplicationQueryDescription) |
Gets the details for all applications in the container network. If the applications do not fit in a page, one page of results is returned as well as a continuation token which can be used to get the next page. |
GetNetworkListAsync() |
Gets the details for all container networks in the cluster. If the nodes do not fit in a page, one page of results is returned as well as a continuation token which can be used to get the next page. |
GetNetworkListAsync(NetworkQueryDescription, TimeSpan, CancellationToken) |
Gets the details for all container networks in the cluster. If the nodes do not fit in a page, one page of results is returned as well as a continuation token which can be used to get the next page. |
GetNetworkListAsync(NetworkQueryDescription) |
Gets the details for all container networks in the cluster. If the nodes do not fit in a page, one page of results is returned as well as a continuation token which can be used to get the next page. |
GetNetworkNodeListAsync(NetworkNodeQueryDescription, TimeSpan, CancellationToken) |
Gets the details for all nodes in the container network. If the nodes do not fit in a page, one page of results is returned as well as a continuation token which can be used to get the next page. |
GetNetworkNodeListAsync(NetworkNodeQueryDescription) |
Gets the details for all nodes in the container network. If the nodes do not fit in a page, one page of results is returned as well as a continuation token which can be used to get the next page. |
Applies to
Azure SDK for .NET