ServiceNetworkingExtensions Class

Definition

A class to add extension methods to Azure.ResourceManager.ServiceNetworking.

public static class ServiceNetworkingExtensions
type ServiceNetworkingExtensions = class
Public Module ServiceNetworkingExtensions
Inheritance
ServiceNetworkingExtensions

Methods

Name Description
GetApplicationGatewayForContainersSecurityPolicyResource(ArmClient, ResourceIdentifier)

Gets an object representing a ApplicationGatewayForContainersSecurityPolicyResource along with the instance operations that can be performed on it but with no data. <item> Mocking. To mock this method, please mock GetApplicationGatewayForContainersSecurityPolicyResource(ResourceIdentifier) instead. </item>

GetTrafficController(ResourceGroupResource, String, CancellationToken)

Get a TrafficController <item> Mocking. To mock this method, please mock GetTrafficController(String, CancellationToken) instead. </item>

GetTrafficControllerAssociationResource(ArmClient, ResourceIdentifier)

Gets an object representing a TrafficControllerAssociationResource along with the instance operations that can be performed on it but with no data. <item> Mocking. To mock this method, please mock GetTrafficControllerAssociationResource(ResourceIdentifier) instead. </item>

GetTrafficControllerAsync(ResourceGroupResource, String, CancellationToken)

Get a TrafficController <item> Mocking. To mock this method, please mock GetTrafficControllerAsync(String, CancellationToken) instead. </item>

GetTrafficControllerFrontendResource(ArmClient, ResourceIdentifier)

Gets an object representing a TrafficControllerFrontendResource along with the instance operations that can be performed on it but with no data. <item> Mocking. To mock this method, please mock GetTrafficControllerFrontendResource(ResourceIdentifier) instead. </item>

GetTrafficControllerResource(ArmClient, ResourceIdentifier)

Gets an object representing a TrafficControllerResource along with the instance operations that can be performed on it but with no data. <item> Mocking. To mock this method, please mock GetTrafficControllerResource(ResourceIdentifier) instead. </item>

GetTrafficControllers(ResourceGroupResource)

Gets a collection of TrafficControllers in the ResourceGroupResource<item> Mocking. To mock this method, please mock GetTrafficControllers() instead. </item>

GetTrafficControllers(SubscriptionResource, CancellationToken)

List TrafficController resources by subscription ID <item> Mocking. To mock this method, please mock GetTrafficControllers(CancellationToken) instead. </item>

GetTrafficControllersAsync(SubscriptionResource, CancellationToken)

List TrafficController resources by subscription ID <item> Mocking. To mock this method, please mock GetTrafficControllersAsync(CancellationToken) instead. </item>

Applies to