EndpointResourceData Class

Definition

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
EndpointResourceData

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)

Applies to