ArmHealthcareApisModelFactory.HealthcareApisServiceData Method

Definition

Initializes a new instance of HealthcareApisServiceData.

public static Azure.ResourceManager.HealthcareApis.HealthcareApisServiceData HealthcareApisServiceData (Azure.Core.ResourceIdentifier id = default, string name = default, Azure.Core.ResourceType resourceType = default, Azure.ResourceManager.Models.SystemData systemData = default, System.Collections.Generic.IDictionary<string,string> tags = default, Azure.Core.AzureLocation location = default, Azure.ResourceManager.HealthcareApis.Models.HealthcareApisServiceProperties properties = default, Azure.ResourceManager.HealthcareApis.Models.HealthcareApisKind kind = Azure.ResourceManager.HealthcareApis.Models.HealthcareApisKind.Fhir, Azure.ETag? etag = default, Azure.ResourceManager.Models.ManagedServiceIdentity identity = default);
static member HealthcareApisServiceData : Azure.Core.ResourceIdentifier * string * Azure.Core.ResourceType * Azure.ResourceManager.Models.SystemData * System.Collections.Generic.IDictionary<string, string> * Azure.Core.AzureLocation * Azure.ResourceManager.HealthcareApis.Models.HealthcareApisServiceProperties * Azure.ResourceManager.HealthcareApis.Models.HealthcareApisKind * Nullable<Azure.ETag> * Azure.ResourceManager.Models.ManagedServiceIdentity -> Azure.ResourceManager.HealthcareApis.HealthcareApisServiceData
Public Shared Function HealthcareApisServiceData (Optional id As ResourceIdentifier = Nothing, Optional name As String = Nothing, Optional resourceType As ResourceType = Nothing, Optional systemData As SystemData = Nothing, Optional tags As IDictionary(Of String, String) = Nothing, Optional location As AzureLocation = Nothing, Optional properties As HealthcareApisServiceProperties = Nothing, Optional kind As HealthcareApisKind = Azure.ResourceManager.HealthcareApis.Models.HealthcareApisKind.Fhir, Optional etag As Nullable(Of ETag) = Nothing, Optional identity As ManagedServiceIdentity = Nothing) As HealthcareApisServiceData

Parameters

id
ResourceIdentifier

The id.

name
String

The name.

resourceType
ResourceType

The resourceType.

systemData
SystemData

The systemData.

tags
IDictionary<String,String>

The tags.

location
AzureLocation

The location.

properties
HealthcareApisServiceProperties

The common properties of a service.

kind
HealthcareApisKind

The kind of the service.

etag
Nullable<ETag>

An etag associated with the resource, used for optimistic concurrency when editing it.

identity
ManagedServiceIdentity

Setting indicating whether the service has a managed identity associated with it. Current supported identity types: SystemAssigned, None.

Returns

A new HealthcareApisServiceData instance for mocking.

Applies to