Class DigitalTwinsDescriptionInner
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
The description of the DigitalTwins service.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGet the createdTime property: Time when DigitalTwinsInstance was created.hostname()
Get the hostname property: Api endpoint to work with DigitalTwinsInstance.Get the lastUpdatedTime property: Time when DigitalTwinsInstance was updated.Get the privateEndpointConnections property: The private endpoint connections.Get the provisioningState property: The provisioning state.Get the publicNetworkAccess property: Public network access for the DigitalTwinsInstance.void
validate()
Validates the instance.withIdentity
(DigitalTwinsIdentity identity) Set the identity property: The managed identity for the DigitalTwinsInstance.withLocation
(String location) withPrivateEndpointConnections
(List<PrivateEndpointConnectionInner> privateEndpointConnections) Set the privateEndpointConnections property: The private endpoint connections.withPublicNetworkAccess
(PublicNetworkAccess publicNetworkAccess) Set the publicNetworkAccess property: Public network access for the DigitalTwinsInstance.Methods inherited from class com.azure.resourcemanager.digitaltwins.models.DigitalTwinsResource
identity, systemData
Methods inherited from class com.azure.core.management.Resource
location, tags
Methods inherited from class com.azure.core.management.ProxyResource
id, name, type
-
Constructor Details
-
DigitalTwinsDescriptionInner
public DigitalTwinsDescriptionInner()
-
-
Method Details
-
withIdentity
Set the identity property: The managed identity for the DigitalTwinsInstance.- Overrides:
withIdentity
in classDigitalTwinsResource
- Parameters:
identity
- the identity value to set.- Returns:
- the DigitalTwinsResource object itself.
-
withLocation
- Overrides:
withLocation
in classDigitalTwinsResource
-
withTags
- Overrides:
withTags
in classDigitalTwinsResource
-
createdTime
Get the createdTime property: Time when DigitalTwinsInstance was created.- Returns:
- the createdTime value.
-
lastUpdatedTime
Get the lastUpdatedTime property: Time when DigitalTwinsInstance was updated.- Returns:
- the lastUpdatedTime value.
-
provisioningState
Get the provisioningState property: The provisioning state.- Returns:
- the provisioningState value.
-
hostname
Get the hostname property: Api endpoint to work with DigitalTwinsInstance.- Returns:
- the hostname value.
-
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
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.
-
validate
public void validate()Validates the instance.- Overrides:
validate
in classDigitalTwinsResource
- Throws:
IllegalArgumentException
- thrown if the instance is not valid.
-