ArmHybridConnectivityModelFactory.EndpointResourceData Method

Definition

Initializes a new instance of EndpointResourceData.

public static Azure.ResourceManager.HybridConnectivity.EndpointResourceData EndpointResourceData (Azure.Core.ResourceIdentifier id = default, string name = default, Azure.Core.ResourceType resourceType = default, Azure.ResourceManager.Models.SystemData systemData = default, Azure.ResourceManager.HybridConnectivity.Models.EndpointType? endpointType = default, string resourceId = default, string provisioningState = default, string createdBy = default, Azure.ResourceManager.HybridConnectivity.Models.CreatedByType? createdByType = default, DateTimeOffset? createdOn = default, string lastModifiedBy = default, Azure.ResourceManager.HybridConnectivity.Models.CreatedByType? lastModifiedByType = default, DateTimeOffset? lastModifiedOn = default);
static member EndpointResourceData : Azure.Core.ResourceIdentifier * string * Azure.Core.ResourceType * Azure.ResourceManager.Models.SystemData * Nullable<Azure.ResourceManager.HybridConnectivity.Models.EndpointType> * string * string * string * Nullable<Azure.ResourceManager.HybridConnectivity.Models.CreatedByType> * Nullable<DateTimeOffset> * string * Nullable<Azure.ResourceManager.HybridConnectivity.Models.CreatedByType> * Nullable<DateTimeOffset> -> Azure.ResourceManager.HybridConnectivity.EndpointResourceData
Public Shared Function EndpointResourceData (Optional id As ResourceIdentifier = Nothing, Optional name As String = Nothing, Optional resourceType As ResourceType = Nothing, Optional systemData As SystemData = Nothing, Optional endpointType As Nullable(Of EndpointType) = Nothing, Optional resourceId As String = Nothing, Optional provisioningState As String = Nothing, Optional createdBy As String = Nothing, Optional createdByType As Nullable(Of CreatedByType) = Nothing, Optional createdOn As Nullable(Of DateTimeOffset) = Nothing, Optional lastModifiedBy As String = Nothing, Optional lastModifiedByType As Nullable(Of CreatedByType) = Nothing, Optional lastModifiedOn As Nullable(Of DateTimeOffset) = Nothing) As EndpointResourceData

Parameters

id
ResourceIdentifier

The id.

name
String

The name.

resourceType
ResourceType

The resourceType.

systemData
SystemData

The systemData.

endpointType
Nullable<EndpointType>

The type of endpoint.

resourceId
String

The resource Id of the connectivity endpoint (optional).

provisioningState
String
createdBy
String

The identity that created the resource.

createdByType
Nullable<CreatedByType>

The type of identity that created the resource.

createdOn
Nullable<DateTimeOffset>

The timestamp of resource creation (UTC).

lastModifiedBy
String

The identity that last modified the resource.

lastModifiedByType
Nullable<CreatedByType>

The type of identity that last modified the resource.

lastModifiedOn
Nullable<DateTimeOffset>

The timestamp of resource last modification (UTC).

Returns

A new EndpointResourceData instance for mocking.

Applies to