Share via


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

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.

GetAssociationResource(ArmClient, ResourceIdentifier)

Gets an object representing an AssociationResource 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 AssociationResourceResourceIdentifier from its components. MockingTo mock this method, please mock GetAssociationResource(ResourceIdentifier) instead.

GetFrontendResource(ArmClient, ResourceIdentifier)

Gets an object representing a FrontendResource 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 FrontendResourceResourceIdentifier from its components. MockingTo mock this method, please mock GetFrontendResource(ResourceIdentifier) instead.

GetTrafficController(ResourceGroupResource, String, CancellationToken)

Get a TrafficController

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ServiceNetworking/trafficControllers/{trafficControllerName}
  • Operation Id: TrafficControllerInterface_Get
  • Default Api Version: 2025-01-01
  • Resource: TrafficControllerResource
GetTrafficControllerAsync(ResourceGroupResource, String, CancellationToken)

Get a TrafficController

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ServiceNetworking/trafficControllers/{trafficControllerName}
  • Operation Id: TrafficControllerInterface_Get
  • Default Api Version: 2025-01-01
  • Resource: TrafficControllerResource
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

  • Request Path: /subscriptions/{subscriptionId}/providers/Microsoft.ServiceNetworking/trafficControllers
  • Operation Id: TrafficControllerInterface_ListBySubscription
  • Default Api Version: 2025-01-01
  • Resource: TrafficControllerResource
GetTrafficControllersAsync(SubscriptionResource, CancellationToken)

List TrafficController resources by subscription ID

  • Request Path: /subscriptions/{subscriptionId}/providers/Microsoft.ServiceNetworking/trafficControllers
  • Operation Id: TrafficControllerInterface_ListBySubscription
  • Default Api Version: 2025-01-01
  • Resource: TrafficControllerResource

Applies to