HealthcareApisIdentity 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.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Models.HealthcareApisIdentityTypeConverter))]
public class HealthcareApisIdentity : Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Models.IHealthcareApisIdentity
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Models.HealthcareApisIdentityTypeConverter))>]
type HealthcareApisIdentity = class
interface IHealthcareApisIdentity
interface IJsonSerializable
Public Class HealthcareApisIdentity
Implements IHealthcareApisIdentity
- Inheritance
-
HealthcareApisIdentity
- Attributes
- Implements
Constructors
HealthcareApisIdentity() |
Creates an new HealthcareApisIdentity instance. |
Properties
DicomServiceName |
The name of DICOM Service resource. |
FhirDestinationName |
The name of IoT Connector FHIR destination resource. |
FhirServiceName |
The name of FHIR Service resource. |
GroupName |
The name of the private link resource group. |
Id |
Resource identity path |
IotConnectorName |
The name of IoT Connector resource. |
LocationName |
The location of the operation. |
OperationResultId |
The ID of the operation result to get. |
PrivateEndpointConnectionName |
The name of the private endpoint connection associated with the Azure resource |
ResourceGroupName |
The name of the resource group that contains the service instance. |
ResourceName |
The name of the service instance. |
SubscriptionId |
The subscription identifier. |
WorkspaceName |
The name of workspace resource. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of HealthcareApisIdentity. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of HealthcareApisIdentity. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Models.IHealthcareApisIdentity. |
FromJsonString(String) |
Creates a new instance of HealthcareApisIdentity, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of HealthcareApisIdentity into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |