129 строки
9.7 KiB
YAML
129 строки
9.7 KiB
YAML
### YamlMime:JavaType
|
|
uid: "com.azure.resourcemanager.digitaltwins.fluent.models.DigitalTwinsProperties"
|
|
fullName: "com.azure.resourcemanager.digitaltwins.fluent.models.DigitalTwinsProperties"
|
|
name: "DigitalTwinsProperties"
|
|
nameWithType: "DigitalTwinsProperties"
|
|
summary: "The properties of a Digital<wbr>Twins<wbr>Instance."
|
|
inheritances:
|
|
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
|
|
inheritedMembers:
|
|
- "java.lang.Object.clone()"
|
|
- "java.lang.Object.equals(java.lang.Object)"
|
|
- "java.lang.Object.finalize()"
|
|
- "java.lang.Object.getClass()"
|
|
- "java.lang.Object.hashCode()"
|
|
- "java.lang.Object.notify()"
|
|
- "java.lang.Object.notifyAll()"
|
|
- "java.lang.Object.toString()"
|
|
- "java.lang.Object.wait()"
|
|
- "java.lang.Object.wait(long)"
|
|
- "java.lang.Object.wait(long,int)"
|
|
syntax: "public final class DigitalTwinsProperties"
|
|
constructors:
|
|
- uid: "com.azure.resourcemanager.digitaltwins.fluent.models.DigitalTwinsProperties.DigitalTwinsProperties()"
|
|
fullName: "com.azure.resourcemanager.digitaltwins.fluent.models.DigitalTwinsProperties.DigitalTwinsProperties()"
|
|
name: "DigitalTwinsProperties()"
|
|
nameWithType: "DigitalTwinsProperties.DigitalTwinsProperties()"
|
|
syntax: "public DigitalTwinsProperties()"
|
|
methods:
|
|
- uid: "com.azure.resourcemanager.digitaltwins.fluent.models.DigitalTwinsProperties.createdTime()"
|
|
fullName: "com.azure.resourcemanager.digitaltwins.fluent.models.DigitalTwinsProperties.createdTime()"
|
|
name: "createdTime()"
|
|
nameWithType: "DigitalTwinsProperties.createdTime()"
|
|
summary: "Get the created<wbr>Time property: Time when Digital<wbr>Twins<wbr>Instance was created."
|
|
syntax: "public OffsetDateTime createdTime()"
|
|
desc: "Get the createdTime property: Time when DigitalTwinsInstance was created."
|
|
returns:
|
|
description: "the createdTime value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/time/OffsetDateTime.html\">OffsetDateTime</a>"
|
|
- uid: "com.azure.resourcemanager.digitaltwins.fluent.models.DigitalTwinsProperties.hostname()"
|
|
fullName: "com.azure.resourcemanager.digitaltwins.fluent.models.DigitalTwinsProperties.hostname()"
|
|
name: "hostname()"
|
|
nameWithType: "DigitalTwinsProperties.hostname()"
|
|
summary: "Get the hostname property: Api endpoint to work with Digital<wbr>Twins<wbr>Instance."
|
|
syntax: "public String hostname()"
|
|
desc: "Get the hostname property: Api endpoint to work with DigitalTwinsInstance."
|
|
returns:
|
|
description: "the hostname value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- uid: "com.azure.resourcemanager.digitaltwins.fluent.models.DigitalTwinsProperties.lastUpdatedTime()"
|
|
fullName: "com.azure.resourcemanager.digitaltwins.fluent.models.DigitalTwinsProperties.lastUpdatedTime()"
|
|
name: "lastUpdatedTime()"
|
|
nameWithType: "DigitalTwinsProperties.lastUpdatedTime()"
|
|
summary: "Get the last<wbr>Updated<wbr>Time property: Time when Digital<wbr>Twins<wbr>Instance was updated."
|
|
syntax: "public OffsetDateTime lastUpdatedTime()"
|
|
desc: "Get the lastUpdatedTime property: Time when DigitalTwinsInstance was updated."
|
|
returns:
|
|
description: "the lastUpdatedTime value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/time/OffsetDateTime.html\">OffsetDateTime</a>"
|
|
- uid: "com.azure.resourcemanager.digitaltwins.fluent.models.DigitalTwinsProperties.privateEndpointConnections()"
|
|
fullName: "com.azure.resourcemanager.digitaltwins.fluent.models.DigitalTwinsProperties.privateEndpointConnections()"
|
|
name: "privateEndpointConnections()"
|
|
nameWithType: "DigitalTwinsProperties.privateEndpointConnections()"
|
|
summary: "Get the private<wbr>Endpoint<wbr>Connections property: The private endpoint connections."
|
|
syntax: "public List<PrivateEndpointConnectionInner> privateEndpointConnections()"
|
|
desc: "Get the privateEndpointConnections property: The private endpoint connections."
|
|
returns:
|
|
description: "the privateEndpointConnections value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/List.html\">List</a><<xref href=\"com.azure.resourcemanager.digitaltwins.fluent.models.PrivateEndpointConnectionInner?alt=com.azure.resourcemanager.digitaltwins.fluent.models.PrivateEndpointConnectionInner&text=PrivateEndpointConnectionInner\" data-throw-if-not-resolved=\"False\" />>"
|
|
- uid: "com.azure.resourcemanager.digitaltwins.fluent.models.DigitalTwinsProperties.provisioningState()"
|
|
fullName: "com.azure.resourcemanager.digitaltwins.fluent.models.DigitalTwinsProperties.provisioningState()"
|
|
name: "provisioningState()"
|
|
nameWithType: "DigitalTwinsProperties.provisioningState()"
|
|
summary: "Get the provisioning<wbr>State property: The provisioning state."
|
|
syntax: "public ProvisioningState provisioningState()"
|
|
desc: "Get the provisioningState property: The provisioning state."
|
|
returns:
|
|
description: "the provisioningState value."
|
|
type: "<xref href=\"com.azure.resourcemanager.digitaltwins.models.ProvisioningState?alt=com.azure.resourcemanager.digitaltwins.models.ProvisioningState&text=ProvisioningState\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.digitaltwins.fluent.models.DigitalTwinsProperties.publicNetworkAccess()"
|
|
fullName: "com.azure.resourcemanager.digitaltwins.fluent.models.DigitalTwinsProperties.publicNetworkAccess()"
|
|
name: "publicNetworkAccess()"
|
|
nameWithType: "DigitalTwinsProperties.publicNetworkAccess()"
|
|
summary: "Get the public<wbr>Network<wbr>Access property: Public network access for the Digital<wbr>Twins<wbr>Instance."
|
|
syntax: "public PublicNetworkAccess publicNetworkAccess()"
|
|
desc: "Get the publicNetworkAccess property: Public network access for the DigitalTwinsInstance."
|
|
returns:
|
|
description: "the publicNetworkAccess value."
|
|
type: "<xref href=\"com.azure.resourcemanager.digitaltwins.models.PublicNetworkAccess?alt=com.azure.resourcemanager.digitaltwins.models.PublicNetworkAccess&text=PublicNetworkAccess\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.digitaltwins.fluent.models.DigitalTwinsProperties.validate()"
|
|
fullName: "com.azure.resourcemanager.digitaltwins.fluent.models.DigitalTwinsProperties.validate()"
|
|
name: "validate()"
|
|
nameWithType: "DigitalTwinsProperties.validate()"
|
|
summary: "Validates the instance."
|
|
syntax: "public void validate()"
|
|
desc: "Validates the instance."
|
|
- uid: "com.azure.resourcemanager.digitaltwins.fluent.models.DigitalTwinsProperties.withPrivateEndpointConnections(java.util.List<com.azure.resourcemanager.digitaltwins.fluent.models.PrivateEndpointConnectionInner>)"
|
|
fullName: "com.azure.resourcemanager.digitaltwins.fluent.models.DigitalTwinsProperties.withPrivateEndpointConnections(List<PrivateEndpointConnectionInner> privateEndpointConnections)"
|
|
name: "withPrivateEndpointConnections(List<PrivateEndpointConnectionInner> privateEndpointConnections)"
|
|
nameWithType: "DigitalTwinsProperties.withPrivateEndpointConnections(List<PrivateEndpointConnectionInner> privateEndpointConnections)"
|
|
summary: "Set the private<wbr>Endpoint<wbr>Connections property: The private endpoint connections."
|
|
parameters:
|
|
- description: "the privateEndpointConnections value to set."
|
|
name: "privateEndpointConnections"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/List.html\">List</a><<xref href=\"com.azure.resourcemanager.digitaltwins.fluent.models.PrivateEndpointConnectionInner?alt=com.azure.resourcemanager.digitaltwins.fluent.models.PrivateEndpointConnectionInner&text=PrivateEndpointConnectionInner\" data-throw-if-not-resolved=\"False\" />>"
|
|
syntax: "public DigitalTwinsProperties withPrivateEndpointConnections(List<PrivateEndpointConnectionInner> privateEndpointConnections)"
|
|
desc: "Set the privateEndpointConnections property: The private endpoint connections."
|
|
returns:
|
|
description: "the DigitalTwinsProperties object itself."
|
|
type: "<xref href=\"com.azure.resourcemanager.digitaltwins.fluent.models.DigitalTwinsProperties?alt=com.azure.resourcemanager.digitaltwins.fluent.models.DigitalTwinsProperties&text=DigitalTwinsProperties\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.digitaltwins.fluent.models.DigitalTwinsProperties.withPublicNetworkAccess(com.azure.resourcemanager.digitaltwins.models.PublicNetworkAccess)"
|
|
fullName: "com.azure.resourcemanager.digitaltwins.fluent.models.DigitalTwinsProperties.withPublicNetworkAccess(PublicNetworkAccess publicNetworkAccess)"
|
|
name: "withPublicNetworkAccess(PublicNetworkAccess publicNetworkAccess)"
|
|
nameWithType: "DigitalTwinsProperties.withPublicNetworkAccess(PublicNetworkAccess publicNetworkAccess)"
|
|
summary: "Set the public<wbr>Network<wbr>Access property: Public network access for the Digital<wbr>Twins<wbr>Instance."
|
|
parameters:
|
|
- description: "the publicNetworkAccess value to set."
|
|
name: "publicNetworkAccess"
|
|
type: "<xref href=\"com.azure.resourcemanager.digitaltwins.models.PublicNetworkAccess?alt=com.azure.resourcemanager.digitaltwins.models.PublicNetworkAccess&text=PublicNetworkAccess\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public DigitalTwinsProperties withPublicNetworkAccess(PublicNetworkAccess publicNetworkAccess)"
|
|
desc: "Set the publicNetworkAccess property: Public network access for the DigitalTwinsInstance."
|
|
returns:
|
|
description: "the DigitalTwinsProperties object itself."
|
|
type: "<xref href=\"com.azure.resourcemanager.digitaltwins.fluent.models.DigitalTwinsProperties?alt=com.azure.resourcemanager.digitaltwins.fluent.models.DigitalTwinsProperties&text=DigitalTwinsProperties\" data-throw-if-not-resolved=\"False\" />"
|
|
type: "class"
|
|
desc: "The properties of a DigitalTwinsInstance."
|
|
metadata: {}
|
|
package: "com.azure.resourcemanager.digitaltwins.fluent.models"
|
|
artifact: com.azure.resourcemanager:azure-resourcemanager-digitaltwins:1.0.0
|