EndpointResourceData 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 the EndpointResource data model. The endpoint for the target resource.
public class EndpointResourceData : Azure.ResourceManager.Models.ResourceData
type EndpointResourceData = class
inherit ResourceData
Public Class EndpointResourceData
Inherits ResourceData
- Inheritance
Constructors
EndpointResourceData() |
Initializes a new instance of EndpointResourceData. |
Properties
CreatedBy |
The identity that created the resource. |
CreatedByType |
The type of identity that created the resource. |
CreatedOn |
The timestamp of resource creation (UTC). |
EndpointType |
The type of endpoint. |
Id |
Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}. (Inherited from ResourceData) |
LastModifiedBy |
The identity that last modified the resource. |
LastModifiedByType |
The type of identity that last modified the resource. |
LastModifiedOn |
The timestamp of resource last modification (UTC). |
Name |
The name of the resource. (Inherited from ResourceData) |
ProvisioningState |
Gets the provisioning state. |
ResourceId |
The resource Id of the connectivity endpoint (optional). |
ResourceType |
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts". (Inherited from ResourceData) |
SystemData |
Azure Resource Manager metadata containing createdBy and modifiedBy information. (Inherited from ResourceData) |
Methods
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) | (Inherited from ResourceData) |
Applies to
Azure SDK for .NET