azure-docs-sdk-java/legacy/docs-ref-autogen/com.microsoft.azure.managem...

128 строки
11 KiB
YAML

### YamlMime:JavaType
uid: "com.microsoft.azure.management.digitaltwins.v2020_12_01.DigitalTwinsEndpointResourceProperties"
fullName: "com.microsoft.azure.management.digitaltwins.v2020_12_01.DigitalTwinsEndpointResourceProperties"
name: "DigitalTwinsEndpointResourceProperties"
nameWithType: "DigitalTwinsEndpointResourceProperties"
summary: "Properties related to Digital Twins Endpoint."
inheritances:
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
inheritedClassMethods:
- classRef: "<xref href=\"java.lang.Object?alt=java.lang.Object&text=Object\" data-throw-if-not-resolved=\"False\" />"
methodsRef:
- "<xref href=\"java.lang.Object.clone()?alt=java.lang.Object.clone&text=clone\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.equals(java.lang.Object)?alt=java.lang.Object.equals&text=equals\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.finalize()?alt=java.lang.Object.finalize&text=finalize\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.getClass()?alt=java.lang.Object.getClass&text=getClass\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.hashCode()?alt=java.lang.Object.hashCode&text=hashCode\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.notify()?alt=java.lang.Object.notify&text=notify\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.notifyAll()?alt=java.lang.Object.notifyAll&text=notifyAll\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.toString()?alt=java.lang.Object.toString&text=toString\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.wait()?alt=java.lang.Object.wait&text=wait\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.wait(long)?alt=java.lang.Object.wait&text=wait\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.wait(long,int)?alt=java.lang.Object.wait&text=wait\" data-throw-if-not-resolved=\"False\" />"
syntax: "public class **DigitalTwinsEndpointResourceProperties**"
constructors:
- uid: "com.microsoft.azure.management.digitaltwins.v2020_12_01.DigitalTwinsEndpointResourceProperties.DigitalTwinsEndpointResourceProperties()"
fullName: "com.microsoft.azure.management.digitaltwins.v2020_12_01.DigitalTwinsEndpointResourceProperties.DigitalTwinsEndpointResourceProperties()"
name: "DigitalTwinsEndpointResourceProperties()"
nameWithType: "DigitalTwinsEndpointResourceProperties.DigitalTwinsEndpointResourceProperties()"
syntax: "public DigitalTwinsEndpointResourceProperties()"
methods:
- uid: "com.microsoft.azure.management.digitaltwins.v2020_12_01.DigitalTwinsEndpointResourceProperties.authenticationType()"
fullName: "com.microsoft.azure.management.digitaltwins.v2020_12_01.DigitalTwinsEndpointResourceProperties.authenticationType()"
name: "authenticationType()"
nameWithType: "DigitalTwinsEndpointResourceProperties.authenticationType()"
summary: "Get specifies the authentication type being used for connecting to the endpoint."
syntax: "public AuthenticationType authenticationType()"
desc: "Get specifies the authentication type being used for connecting to the endpoint. Possible values include: 'KeyBased', 'IdentityBased'."
returns:
description: "the authenticationType value"
type: "<xref href=\"com.microsoft.azure.management.digitaltwins.v2020_12_01.AuthenticationType?alt=com.microsoft.azure.management.digitaltwins.v2020_12_01.AuthenticationType&text=AuthenticationType\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.digitaltwins.v2020_12_01.DigitalTwinsEndpointResourceProperties.createdTime()"
fullName: "com.microsoft.azure.management.digitaltwins.v2020_12_01.DigitalTwinsEndpointResourceProperties.createdTime()"
name: "createdTime()"
nameWithType: "DigitalTwinsEndpointResourceProperties.createdTime()"
summary: "Get time when the Endpoint was added to Digital<wbr>Twins<wbr>Instance."
syntax: "public DateTime createdTime()"
desc: "Get time when the Endpoint was added to DigitalTwinsInstance."
returns:
description: "the createdTime value"
type: "<xref href=\"org.joda.time.DateTime?alt=org.joda.time.DateTime&text=DateTime\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.digitaltwins.v2020_12_01.DigitalTwinsEndpointResourceProperties.deadLetterSecret()"
fullName: "com.microsoft.azure.management.digitaltwins.v2020_12_01.DigitalTwinsEndpointResourceProperties.deadLetterSecret()"
name: "deadLetterSecret()"
nameWithType: "DigitalTwinsEndpointResourceProperties.deadLetterSecret()"
summary: "Get dead letter storage secret for key-based authentication."
syntax: "public String deadLetterSecret()"
desc: "Get dead letter storage secret for key-based authentication. Will be obfuscated during read."
returns:
description: "the deadLetterSecret value"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.digitaltwins.v2020_12_01.DigitalTwinsEndpointResourceProperties.deadLetterUri()"
fullName: "com.microsoft.azure.management.digitaltwins.v2020_12_01.DigitalTwinsEndpointResourceProperties.deadLetterUri()"
name: "deadLetterUri()"
nameWithType: "DigitalTwinsEndpointResourceProperties.deadLetterUri()"
summary: "Get dead letter storage URL for identity-based authentication."
syntax: "public String deadLetterUri()"
desc: "Get dead letter storage URL for identity-based authentication."
returns:
description: "the deadLetterUri value"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.digitaltwins.v2020_12_01.DigitalTwinsEndpointResourceProperties.provisioningState()"
fullName: "com.microsoft.azure.management.digitaltwins.v2020_12_01.DigitalTwinsEndpointResourceProperties.provisioningState()"
name: "provisioningState()"
nameWithType: "DigitalTwinsEndpointResourceProperties.provisioningState()"
summary: "Get the provisioning state."
syntax: "public EndpointProvisioningState provisioningState()"
desc: "Get the provisioning state. Possible values include: 'Provisioning', 'Deleting', 'Succeeded', 'Failed', 'Canceled', 'Deleted', 'Warning', 'Suspending', 'Restoring', 'Moving', 'Disabled'."
returns:
description: "the provisioningState value"
type: "<xref href=\"com.microsoft.azure.management.digitaltwins.v2020_12_01.EndpointProvisioningState?alt=com.microsoft.azure.management.digitaltwins.v2020_12_01.EndpointProvisioningState&text=EndpointProvisioningState\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.digitaltwins.v2020_12_01.DigitalTwinsEndpointResourceProperties.withAuthenticationType(com.microsoft.azure.management.digitaltwins.v2020_12_01.AuthenticationType)"
fullName: "com.microsoft.azure.management.digitaltwins.v2020_12_01.DigitalTwinsEndpointResourceProperties.withAuthenticationType(AuthenticationType authenticationType)"
name: "withAuthenticationType(AuthenticationType authenticationType)"
nameWithType: "DigitalTwinsEndpointResourceProperties.withAuthenticationType(AuthenticationType authenticationType)"
summary: "Set specifies the authentication type being used for connecting to the endpoint."
parameters:
- description: "the authenticationType value to set"
name: "authenticationType"
type: "<xref href=\"com.microsoft.azure.management.digitaltwins.v2020_12_01.AuthenticationType?alt=com.microsoft.azure.management.digitaltwins.v2020_12_01.AuthenticationType&text=AuthenticationType\" data-throw-if-not-resolved=\"False\" />"
syntax: "public DigitalTwinsEndpointResourceProperties withAuthenticationType(AuthenticationType authenticationType)"
desc: "Set specifies the authentication type being used for connecting to the endpoint. Possible values include: 'KeyBased', 'IdentityBased'."
returns:
description: "the DigitalTwinsEndpointResourceProperties object itself."
type: "<xref href=\"com.microsoft.azure.management.digitaltwins.v2020_12_01.DigitalTwinsEndpointResourceProperties?alt=com.microsoft.azure.management.digitaltwins.v2020_12_01.DigitalTwinsEndpointResourceProperties&text=DigitalTwinsEndpointResourceProperties\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.digitaltwins.v2020_12_01.DigitalTwinsEndpointResourceProperties.withDeadLetterSecret(java.lang.String)"
fullName: "com.microsoft.azure.management.digitaltwins.v2020_12_01.DigitalTwinsEndpointResourceProperties.withDeadLetterSecret(String deadLetterSecret)"
name: "withDeadLetterSecret(String deadLetterSecret)"
nameWithType: "DigitalTwinsEndpointResourceProperties.withDeadLetterSecret(String deadLetterSecret)"
summary: "Set dead letter storage secret for key-based authentication."
parameters:
- description: "the deadLetterSecret value to set"
name: "deadLetterSecret"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
syntax: "public DigitalTwinsEndpointResourceProperties withDeadLetterSecret(String deadLetterSecret)"
desc: "Set dead letter storage secret for key-based authentication. Will be obfuscated during read."
returns:
description: "the DigitalTwinsEndpointResourceProperties object itself."
type: "<xref href=\"com.microsoft.azure.management.digitaltwins.v2020_12_01.DigitalTwinsEndpointResourceProperties?alt=com.microsoft.azure.management.digitaltwins.v2020_12_01.DigitalTwinsEndpointResourceProperties&text=DigitalTwinsEndpointResourceProperties\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.digitaltwins.v2020_12_01.DigitalTwinsEndpointResourceProperties.withDeadLetterUri(java.lang.String)"
fullName: "com.microsoft.azure.management.digitaltwins.v2020_12_01.DigitalTwinsEndpointResourceProperties.withDeadLetterUri(String deadLetterUri)"
name: "withDeadLetterUri(String deadLetterUri)"
nameWithType: "DigitalTwinsEndpointResourceProperties.withDeadLetterUri(String deadLetterUri)"
summary: "Set dead letter storage URL for identity-based authentication."
parameters:
- description: "the deadLetterUri value to set"
name: "deadLetterUri"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
syntax: "public DigitalTwinsEndpointResourceProperties withDeadLetterUri(String deadLetterUri)"
desc: "Set dead letter storage URL for identity-based authentication."
returns:
description: "the DigitalTwinsEndpointResourceProperties object itself."
type: "<xref href=\"com.microsoft.azure.management.digitaltwins.v2020_12_01.DigitalTwinsEndpointResourceProperties?alt=com.microsoft.azure.management.digitaltwins.v2020_12_01.DigitalTwinsEndpointResourceProperties&text=DigitalTwinsEndpointResourceProperties\" data-throw-if-not-resolved=\"False\" />"
type: "class"
desc: "Properties related to Digital Twins Endpoint."
metadata: {}
package: "com.microsoft.azure.management.digitaltwins.v2020_12_01"
artifact: com.microsoft.azure.digitaltwins.v2020_12_01:azure-mgmt-digitaltwins:1.0.0