次の方法で共有


IotConnector Class

Definition

IoT Connector definition.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Models.Api20211101.IotConnectorTypeConverter))]
public class IotConnector : Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Models.Api20211101.IIotConnector, Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Runtime.IValidates
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Models.Api20211101.IotConnectorTypeConverter))>]
type IotConnector = class
    interface IIotConnector
    interface IJsonSerializable
    interface ITaggedResource
    interface IResourceTags1
    interface ILocationBasedResource
    interface IResourceCore
    interface IServiceManagedIdentity
    interface IValidates
Public Class IotConnector
Implements IIotConnector, IValidates
Inheritance
IotConnector
Attributes
Implements

Constructors

IotConnector()

Creates an new IotConnector instance.

Properties

DeviceMappingContent

The mapping.

Etag

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

Id

The resource identifier.

Identity

Setting indicating whether the service has a managed identity associated with it.

IdentityPrincipalId

The service principal ID of the system assigned identity. This property will only be provided for a system assigned identity.

IdentityTenantId

The tenant ID of the system assigned identity. This property will only be provided for a system assigned identity.

IdentityType

Type of identity being specified, currently SystemAssigned and None are allowed.

IdentityUserAssignedIdentity

The set of user assigned identities associated with the resource. The userAssignedIdentities dictionary keys will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}. The dictionary values can be empty objects ({}) in requests.

IngestionEndpointConfigurationConsumerGroup

Consumer group of the event hub to connected to.

IngestionEndpointConfigurationEventHubName

Event Hub name to connect to.

IngestionEndpointConfigurationFullyQualifiedEventHubNamespace

Fully qualified namespace of the Event Hub to connect to.

Location

The resource location.

Name

The resource name.

ProvisioningState

The provisioning state.

ResourceGroupName

Gets the resource group name

SystemDataCreatedAt

The timestamp of resource creation (UTC).

SystemDataCreatedBy

The identity that created the resource.

SystemDataCreatedByType

The type of identity that created the resource.

SystemDataLastModifiedAt

The timestamp of resource last modification (UTC)

SystemDataLastModifiedBy

The identity that last modified the resource.

SystemDataLastModifiedByType

The type of identity that last modified the resource.

Tag

Resource tags.

Type

The resource type.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of IotConnector.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of IotConnector.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Models.Api20211101.IIotConnector.

FromJsonString(String)

Creates a new instance of IotConnector, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of IotConnector into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Validate(IEventListener)

Validates that this object meets the validation criteria.

Applies to