DigitalTwinsDescriptionInner Class
- java.
lang. Object - com.
azure. core. management. ProxyResource - com.
azure. core. management. Resource - com.
azure. resourcemanager. digitaltwins. models. DigitalTwinsResource - com.
azure. resourcemanager. digitaltwins. fluent. models. DigitalTwinsDescriptionInner
- com.
- com.
- com.
- com.
public final class DigitalTwinsDescriptionInner
extends DigitalTwinsResource
The description of the DigitalTwins service.
Constructor Summary
| Constructor | Description |
|---|---|
| DigitalTwinsDescriptionInner() |
Creates an instance of Digital |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
Offset |
createdTime()
Get the created |
|
static
Digital |
fromJson(JsonReader jsonReader)
Reads an instance of Digital |
| String |
hostname()
Get the hostname property: Api endpoint to work with Digital |
| String |
id()
Get the id property: Fully qualified resource Id for the resource. |
|
Offset |
lastUpdatedTime()
Get the last |
| String |
name()
Get the name property: The name of the resource. |
|
List<Private |
privateEndpointConnections()
Get the private |
|
Provisioning |
provisioningState()
Get the provisioning |
|
Public |
publicNetworkAccess()
Get the public |
|
System |
systemData()
Get the system |
|
Json |
toJson(JsonWriter jsonWriter) |
| String |
type()
Get the type property: The type of the resource. |
| void |
validate()
Validates the instance. |
|
Digital |
withIdentity(DigitalTwinsIdentity identity)
Set the identity property: The managed identity for the Digital |
|
Digital |
withLocation(String location) |
|
Digital |
withPrivateEndpointConnections(List<PrivateEndpointConnectionInner> privateEndpointConnections)
Set the private |
|
Digital |
withPublicNetworkAccess(PublicNetworkAccess publicNetworkAccess)
Set the public |
|
Digital |
withTags(Map<String,String> tags) |
Methods inherited from Resource
Methods inherited from DigitalTwinsResource
Methods inherited from java.lang.Object
Constructor Details
DigitalTwinsDescriptionInner
public DigitalTwinsDescriptionInner()
Creates an instance of DigitalTwinsDescriptionInner class.
Method Details
createdTime
public OffsetDateTime createdTime()
Get the createdTime property: Time when DigitalTwinsInstance was created.
Returns:
fromJson
public static DigitalTwinsDescriptionInner fromJson(JsonReader jsonReader)
Reads an instance of DigitalTwinsDescriptionInner from the JsonReader.
Parameters:
Returns:
Throws:
hostname
public String hostname()
Get the hostname property: Api endpoint to work with DigitalTwinsInstance.
Returns:
id
public String id()
Get the id property: Fully qualified resource Id for the resource.
Overrides:
DigitalTwinsDescriptionInner.id()Returns:
lastUpdatedTime
public OffsetDateTime lastUpdatedTime()
Get the lastUpdatedTime property: Time when DigitalTwinsInstance was updated.
Returns:
name
public String name()
Get the name property: The name of the resource.
Overrides:
DigitalTwinsDescriptionInner.name()Returns:
privateEndpointConnections
public List<PrivateEndpointConnectionInner> privateEndpointConnections()
Get the privateEndpointConnections property: The private endpoint connections.
Returns:
provisioningState
public ProvisioningState provisioningState()
Get the provisioningState property: The provisioning state.
Returns:
publicNetworkAccess
public PublicNetworkAccess publicNetworkAccess()
Get the publicNetworkAccess property: Public network access for the DigitalTwinsInstance.
Returns:
systemData
public SystemData systemData()
Get the systemData property: Metadata pertaining to creation and last modification of the DigitalTwinsInstance.
Overrides:
DigitalTwinsDescriptionInner.systemData()Returns:
toJson
public JsonWriter toJson(JsonWriter jsonWriter)
Overrides:
DigitalTwinsDescriptionInner.toJson(JsonWriter jsonWriter)Parameters:
Throws:
type
public String type()
Get the type property: The type of the resource.
Overrides:
DigitalTwinsDescriptionInner.type()Returns:
validate
public void validate()
Validates the instance.
Overrides:
DigitalTwinsDescriptionInner.validate()withIdentity
public DigitalTwinsDescriptionInner withIdentity(DigitalTwinsIdentity identity)
Set the identity property: The managed identity for the DigitalTwinsInstance.
Overrides:
DigitalTwinsDescriptionInner.withIdentity(DigitalTwinsIdentity identity)Parameters:
withLocation
public DigitalTwinsDescriptionInner withLocation(String location)
Overrides:
DigitalTwinsDescriptionInner.withLocation(String location)Parameters:
withPrivateEndpointConnections
public DigitalTwinsDescriptionInner withPrivateEndpointConnections(List<PrivateEndpointConnectionInner> privateEndpointConnections)
Set the privateEndpointConnections property: The private endpoint connections.
Parameters:
Returns:
withPublicNetworkAccess
public DigitalTwinsDescriptionInner withPublicNetworkAccess(PublicNetworkAccess publicNetworkAccess)
Set the publicNetworkAccess property: Public network access for the DigitalTwinsInstance.
Parameters:
Returns:
withTags
public DigitalTwinsDescriptionInner withTags(Map<String,String> tags)
Overrides:
DigitalTwinsDescriptionInner.withTags(Map<String,String> tags)Parameters: