NestedEndpointTrafficManagerEndpointCollection 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 representing a collection of NestedEndpointTrafficManagerEndpointResource and their operations. Each NestedEndpointTrafficManagerEndpointResource in the collection will belong to the same instance of TrafficManagerProfileResource. To get a NestedEndpointTrafficManagerEndpointCollection instance call the GetNestedEndpointTrafficManagerEndpoints method from an instance of TrafficManagerProfileResource.
public class NestedEndpointTrafficManagerEndpointCollection : Azure.ResourceManager.ArmCollection
type NestedEndpointTrafficManagerEndpointCollection = class
inherit ArmCollection
Public Class NestedEndpointTrafficManagerEndpointCollection
Inherits ArmCollection
- Inheritance
Constructors
| Name | Description |
|---|---|
| NestedEndpointTrafficManagerEndpointCollection() |
Initializes a new instance of NestedEndpointTrafficManagerEndpointCollection for mocking. |
Properties
| Name | Description |
|---|---|
| Client |
Gets the ArmClient this resource client was created from. (Inherited from ArmCollection) |
| Diagnostics |
Gets the diagnostic options for this resource client. (Inherited from ArmCollection) |
| Endpoint |
Gets the base uri for this resource client. (Inherited from ArmCollection) |
| Id |
Gets the resource identifier. (Inherited from ArmCollection) |
| Pipeline |
Gets the pipeline for this resource client. (Inherited from ArmCollection) |
Methods
| Name | Description |
|---|---|
| CreateOrUpdate(WaitUntil, TrafficManagerEndpointType, String, TrafficManagerEndpointData, CancellationToken) |
Create or update a Traffic Manager endpoint.
|
| CreateOrUpdateAsync(WaitUntil, TrafficManagerEndpointType, String, TrafficManagerEndpointData, CancellationToken) |
Create or update a Traffic Manager endpoint.
|
| Exists(TrafficManagerEndpointType, String, CancellationToken) |
Checks to see if the resource exists in azure.
|
| ExistsAsync(TrafficManagerEndpointType, String, CancellationToken) |
Checks to see if the resource exists in azure.
|
| Get(TrafficManagerEndpointType, String, CancellationToken) |
Gets a Traffic Manager endpoint.
|
| GetAsync(TrafficManagerEndpointType, String, CancellationToken) |
Gets a Traffic Manager endpoint.
|
| GetIfExists(TrafficManagerEndpointType, String, CancellationToken) |
Tries to get details for this resource from the service.
|
| GetIfExistsAsync(TrafficManagerEndpointType, String, CancellationToken) |
Tries to get details for this resource from the service.
|
| TryGetApiVersion(ResourceType, String) |
Gets the api version override if it has been set for the current client options. (Inherited from ArmCollection) |