Class DigitalTwinsDescriptionInner


  • public final class DigitalTwinsDescriptionInner
    extends DigitalTwinsResource
    The description of the DigitalTwins service.
    • Constructor Detail

      • DigitalTwinsDescriptionInner

        public DigitalTwinsDescriptionInner()
    • Method Detail

      • createdTime

        public OffsetDateTime createdTime()
        Get the createdTime property: Time when DigitalTwinsInstance was created.
        Returns:
        the createdTime value.
      • lastUpdatedTime

        public OffsetDateTime lastUpdatedTime()
        Get the lastUpdatedTime property: Time when DigitalTwinsInstance was updated.
        Returns:
        the lastUpdatedTime value.
      • provisioningState

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

        public String hostname()
        Get the hostname property: Api endpoint to work with DigitalTwinsInstance.
        Returns:
        the hostname value.
      • privateEndpointConnections

        public List<PrivateEndpointConnectionInner> privateEndpointConnections()
        Get the privateEndpointConnections property: The private endpoint connections.
        Returns:
        the privateEndpointConnections value.
      • withPrivateEndpointConnections

        public DigitalTwinsDescriptionInner withPrivateEndpointConnections​(List<PrivateEndpointConnectionInner> privateEndpointConnections)
        Set the privateEndpointConnections property: The private endpoint connections.
        Parameters:
        privateEndpointConnections - the privateEndpointConnections value to set.
        Returns:
        the DigitalTwinsDescriptionInner object itself.
      • publicNetworkAccess

        public PublicNetworkAccess publicNetworkAccess()
        Get the publicNetworkAccess property: Public network access for the DigitalTwinsInstance.
        Returns:
        the publicNetworkAccess value.
      • withPublicNetworkAccess

        public DigitalTwinsDescriptionInner withPublicNetworkAccess​(PublicNetworkAccess publicNetworkAccess)
        Set the publicNetworkAccess property: Public network access for the DigitalTwinsInstance.
        Parameters:
        publicNetworkAccess - the publicNetworkAccess value to set.
        Returns:
        the DigitalTwinsDescriptionInner object itself.