Azure.ResourceManager.ServiceNetworking Namespace

Classes

AssociationCollection

A class representing a collection of AssociationResource and their operations. Each AssociationResource in the collection will belong to the same instance of TrafficControllerResource. To get an AssociationCollection instance call the GetAssociations method from an instance of TrafficControllerResource.

AssociationData

A class representing the Association data model. Association Subresource of Traffic Controller

AssociationResource

A Class representing an Association along with the instance operations that can be performed on it. If you have a ResourceIdentifier you can construct an AssociationResource from an instance of ArmClient using the GetAssociationResource method. Otherwise you can get one from its parent resource TrafficControllerResource using the GetAssociation method.

FrontendCollection

A class representing a collection of FrontendResource and their operations. Each FrontendResource in the collection will belong to the same instance of TrafficControllerResource. To get a FrontendCollection instance call the GetFrontends method from an instance of TrafficControllerResource.

FrontendData

A class representing the Frontend data model. Frontend Subresource of Traffic Controller.

FrontendResource

A Class representing a Frontend along with the instance operations that can be performed on it. If you have a ResourceIdentifier you can construct a FrontendResource from an instance of ArmClient using the GetFrontendResource method. Otherwise you can get one from its parent resource TrafficControllerResource using the GetFrontend method.

ServiceNetworkingExtensions

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

TrafficControllerCollection

A class representing a collection of TrafficControllerResource and their operations. Each TrafficControllerResource in the collection will belong to the same instance of ResourceGroupResource. To get a TrafficControllerCollection instance call the GetTrafficControllers method from an instance of ResourceGroupResource.

TrafficControllerData

A class representing the TrafficController data model. Concrete tracked resource types can be created by aliasing this type using a specific property type.

TrafficControllerResource

A Class representing a TrafficController along with the instance operations that can be performed on it. If you have a ResourceIdentifier you can construct a TrafficControllerResource from an instance of ArmClient using the GetTrafficControllerResource method. Otherwise you can get one from its parent resource ResourceGroupResource using the GetTrafficController method.