ProxyResource 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.
Resource
public class ProxyResource : Microsoft.Rest.Azure.IResource
type ProxyResource = class
interface IResource
Public Class ProxyResource
Implements IResource
- Inheritance
-
ProxyResource
- Derived
- Implements
Remarks
Common fields that are returned in the response for all Azure Resource Manager resources
Constructors
ProxyResource() |
Initializes a new instance of the ProxyResource class. |
ProxyResource(String, String, String, String) |
Initializes a new instance of the ProxyResource class. |
Properties
Id |
Gets fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName} |
Location |
Gets the geo-location where the resource lives |
Name |
Gets the name of the resource |
Type |
Gets the type of the resource. E.g. "Microsoft.EventHub/Namespaces" or "Microsoft.EventHub/Namespaces/EventHubs" |
Applies to
Azure SDK for .NET