TrafficManagerProxyResourceData 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.
The resource model definition for a ARM proxy resource. It will have everything other than required location and tags.
public class TrafficManagerProxyResourceData : Azure.ResourceManager.TrafficManager.Models.TrafficManagerResourceData, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.TrafficManager.Models.TrafficManagerProxyResourceData>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.TrafficManager.Models.TrafficManagerProxyResourceData>
type TrafficManagerProxyResourceData = class
inherit TrafficManagerResourceData
interface IJsonModel<TrafficManagerProxyResourceData>
interface IPersistableModel<TrafficManagerProxyResourceData>
Public Class TrafficManagerProxyResourceData
Inherits TrafficManagerResourceData
Implements IJsonModel(Of TrafficManagerProxyResourceData), IPersistableModel(Of TrafficManagerProxyResourceData)
- Inheritance
- Derived
- Implements
Constructors
TrafficManagerProxyResourceData() |
Initializes a new instance of TrafficManagerProxyResourceData. |
Properties
Id |
Fully qualified resource Id for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/trafficManagerProfiles/{resourceName}. (Inherited from TrafficManagerResourceData) |
Name |
The name of the resource. (Inherited from TrafficManagerResourceData) |
ResourceType |
The type of the resource. Ex- Microsoft.Network/trafficManagerProfiles. (Inherited from TrafficManagerResourceData) |
Explicit Interface Implementations
Applies to
Azure SDK for .NET