Class IotConnectorInner


  • public final class IotConnectorInner
    extends TaggedResource
    IoT Connector definition.
    • Constructor Detail

      • IotConnectorInner

        public IotConnectorInner()
    • Method Detail

      • systemData

        public com.azure.core.management.SystemData systemData()
        Get the systemData property: Metadata pertaining to creation and last modification of the resource.
        Returns:
        the systemData value.
      • identity

        public ServiceManagedIdentityIdentity identity()
        Get the identity property: Setting indicating whether the service has a managed identity associated with it.
        Returns:
        the identity value.
      • withIdentity

        public IotConnectorInner withIdentity​(ServiceManagedIdentityIdentity identity)
        Set the identity property: Setting indicating whether the service has a managed identity associated with it.
        Parameters:
        identity - the identity value to set.
        Returns:
        the IotConnectorInner object itself.
      • withLocation

        public IotConnectorInner withLocation​(String location)
        Set the location property: The resource location.
        Overrides:
        withLocation in class TaggedResource
        Parameters:
        location - the location value to set.
        Returns:
        the LocationBasedResource object itself.
      • withEtag

        public IotConnectorInner withEtag​(String etag)
        Set the etag property: An etag associated with the resource, used for optimistic concurrency when editing it.
        Overrides:
        withEtag in class TaggedResource
        Parameters:
        etag - the etag value to set.
        Returns:
        the ResourceCore object itself.
      • provisioningState

        public ProvisioningState provisioningState()
        Get the provisioningState property: The provisioning state.
        Returns:
        the provisioningState value.
      • ingestionEndpointConfiguration

        public IotEventHubIngestionEndpointConfiguration ingestionEndpointConfiguration()
        Get the ingestionEndpointConfiguration property: Source configuration.
        Returns:
        the ingestionEndpointConfiguration value.
      • withIngestionEndpointConfiguration

        public IotConnectorInner withIngestionEndpointConfiguration​(IotEventHubIngestionEndpointConfiguration ingestionEndpointConfiguration)
        Set the ingestionEndpointConfiguration property: Source configuration.
        Parameters:
        ingestionEndpointConfiguration - the ingestionEndpointConfiguration value to set.
        Returns:
        the IotConnectorInner object itself.
      • deviceMapping

        public IotMappingProperties deviceMapping()
        Get the deviceMapping property: Device Mappings.
        Returns:
        the deviceMapping value.
      • withDeviceMapping

        public IotConnectorInner withDeviceMapping​(IotMappingProperties deviceMapping)
        Set the deviceMapping property: Device Mappings.
        Parameters:
        deviceMapping - the deviceMapping value to set.
        Returns:
        the IotConnectorInner object itself.