ServiceNetworkingExtensions 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.
A class to add extension methods to Azure.ResourceManager.ServiceNetworking.
public static class ServiceNetworkingExtensions
type ServiceNetworkingExtensions = class
Public Module ServiceNetworkingExtensions
- Inheritance
-
ServiceNetworkingExtensions
Methods
GetApplicationGatewayForContainersSecurityPolicyResource(ArmClient, ResourceIdentifier) |
Gets an object representing an ApplicationGatewayForContainersSecurityPolicyResource along with the instance operations that can be performed on it but with no data. You can use CreateResourceIdentifier(String, String, String, String) to create an ApplicationGatewayForContainersSecurityPolicyResourceResourceIdentifier from its components. MockingTo mock this method, please mock GetApplicationGatewayForContainersSecurityPolicyResource(ResourceIdentifier) instead. |
GetTrafficController(ResourceGroupResource, String, CancellationToken) |
Get a TrafficController
|
GetTrafficControllerAssociationResource(ArmClient, ResourceIdentifier) |
Gets an object representing a TrafficControllerAssociationResource along with the instance operations that can be performed on it but with no data. You can use CreateResourceIdentifier(String, String, String, String) to create a TrafficControllerAssociationResourceResourceIdentifier from its components. MockingTo mock this method, please mock GetTrafficControllerAssociationResource(ResourceIdentifier) instead. |
GetTrafficControllerAsync(ResourceGroupResource, String, CancellationToken) |
Get a TrafficController
|
GetTrafficControllerFrontendResource(ArmClient, ResourceIdentifier) |
Gets an object representing a TrafficControllerFrontendResource along with the instance operations that can be performed on it but with no data. You can use CreateResourceIdentifier(String, String, String, String) to create a TrafficControllerFrontendResourceResourceIdentifier from its components. MockingTo mock this method, please mock GetTrafficControllerFrontendResource(ResourceIdentifier) instead. |
GetTrafficControllerResource(ArmClient, ResourceIdentifier) |
Gets an object representing a TrafficControllerResource along with the instance operations that can be performed on it but with no data. You can use CreateResourceIdentifier(String, String, String) to create a TrafficControllerResourceResourceIdentifier from its components. MockingTo mock this method, please mock GetTrafficControllerResource(ResourceIdentifier) instead. |
GetTrafficControllers(ResourceGroupResource) |
Gets a collection of TrafficControllerResources in the ResourceGroupResource. MockingTo mock this method, please mock GetTrafficControllers() instead. |
GetTrafficControllers(SubscriptionResource, CancellationToken) |
List TrafficController resources by subscription ID
|
GetTrafficControllersAsync(SubscriptionResource, CancellationToken) |
List TrafficController resources by subscription ID
|
Applies to
Azure SDK for .NET