108 строки
9.1 KiB
YAML
108 строки
9.1 KiB
YAML
### YamlMime:JavaType
|
|
uid: "com.microsoft.azure.management.digitaltwins.v2020_12_01.DigitalTwinsPatchDescription"
|
|
fullName: "com.microsoft.azure.management.digitaltwins.v2020_12_01.DigitalTwinsPatchDescription"
|
|
name: "DigitalTwinsPatchDescription"
|
|
nameWithType: "DigitalTwinsPatchDescription"
|
|
summary: "The description of the Digital<wbr>Twins service."
|
|
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 **DigitalTwinsPatchDescription**"
|
|
constructors:
|
|
- uid: "com.microsoft.azure.management.digitaltwins.v2020_12_01.DigitalTwinsPatchDescription.DigitalTwinsPatchDescription()"
|
|
fullName: "com.microsoft.azure.management.digitaltwins.v2020_12_01.DigitalTwinsPatchDescription.DigitalTwinsPatchDescription()"
|
|
name: "DigitalTwinsPatchDescription()"
|
|
nameWithType: "DigitalTwinsPatchDescription.DigitalTwinsPatchDescription()"
|
|
syntax: "public DigitalTwinsPatchDescription()"
|
|
methods:
|
|
- uid: "com.microsoft.azure.management.digitaltwins.v2020_12_01.DigitalTwinsPatchDescription.identity()"
|
|
fullName: "com.microsoft.azure.management.digitaltwins.v2020_12_01.DigitalTwinsPatchDescription.identity()"
|
|
name: "identity()"
|
|
nameWithType: "DigitalTwinsPatchDescription.identity()"
|
|
summary: "Get the managed identity for the Digital<wbr>Twins<wbr>Instance."
|
|
syntax: "public DigitalTwinsIdentity identity()"
|
|
desc: "Get the managed identity for the DigitalTwinsInstance."
|
|
returns:
|
|
description: "the identity value"
|
|
type: "<xref href=\"com.microsoft.azure.management.digitaltwins.v2020_12_01.DigitalTwinsIdentity?alt=com.microsoft.azure.management.digitaltwins.v2020_12_01.DigitalTwinsIdentity&text=DigitalTwinsIdentity\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.digitaltwins.v2020_12_01.DigitalTwinsPatchDescription.properties()"
|
|
fullName: "com.microsoft.azure.management.digitaltwins.v2020_12_01.DigitalTwinsPatchDescription.properties()"
|
|
name: "properties()"
|
|
nameWithType: "DigitalTwinsPatchDescription.properties()"
|
|
summary: "Get properties for the Digital<wbr>Twins<wbr>Instance."
|
|
syntax: "public DigitalTwinsPatchProperties properties()"
|
|
desc: "Get properties for the DigitalTwinsInstance."
|
|
returns:
|
|
description: "the properties value"
|
|
type: "<xref href=\"com.microsoft.azure.management.digitaltwins.v2020_12_01.DigitalTwinsPatchProperties?alt=com.microsoft.azure.management.digitaltwins.v2020_12_01.DigitalTwinsPatchProperties&text=DigitalTwinsPatchProperties\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.digitaltwins.v2020_12_01.DigitalTwinsPatchDescription.tags()"
|
|
fullName: "com.microsoft.azure.management.digitaltwins.v2020_12_01.DigitalTwinsPatchDescription.tags()"
|
|
name: "tags()"
|
|
nameWithType: "DigitalTwinsPatchDescription.tags()"
|
|
summary: "Get instance patch properties."
|
|
syntax: "public Map<String,String> tags()"
|
|
desc: "Get instance patch properties."
|
|
returns:
|
|
description: "the tags value"
|
|
type: "<xref href=\"java.util.Map?alt=java.util.Map&text=Map\" data-throw-if-not-resolved=\"False\" /><<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />,<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.DigitalTwinsPatchDescription.withIdentity(com.microsoft.azure.management.digitaltwins.v2020_12_01.DigitalTwinsIdentity)"
|
|
fullName: "com.microsoft.azure.management.digitaltwins.v2020_12_01.DigitalTwinsPatchDescription.withIdentity(DigitalTwinsIdentity identity)"
|
|
name: "withIdentity(DigitalTwinsIdentity identity)"
|
|
nameWithType: "DigitalTwinsPatchDescription.withIdentity(DigitalTwinsIdentity identity)"
|
|
summary: "Set the managed identity for the Digital<wbr>Twins<wbr>Instance."
|
|
parameters:
|
|
- description: "the identity value to set"
|
|
name: "identity"
|
|
type: "<xref href=\"com.microsoft.azure.management.digitaltwins.v2020_12_01.DigitalTwinsIdentity?alt=com.microsoft.azure.management.digitaltwins.v2020_12_01.DigitalTwinsIdentity&text=DigitalTwinsIdentity\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public DigitalTwinsPatchDescription withIdentity(DigitalTwinsIdentity identity)"
|
|
desc: "Set the managed identity for the DigitalTwinsInstance."
|
|
returns:
|
|
description: "the DigitalTwinsPatchDescription object itself."
|
|
type: "<xref href=\"com.microsoft.azure.management.digitaltwins.v2020_12_01.DigitalTwinsPatchDescription?alt=com.microsoft.azure.management.digitaltwins.v2020_12_01.DigitalTwinsPatchDescription&text=DigitalTwinsPatchDescription\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.digitaltwins.v2020_12_01.DigitalTwinsPatchDescription.withProperties(com.microsoft.azure.management.digitaltwins.v2020_12_01.DigitalTwinsPatchProperties)"
|
|
fullName: "com.microsoft.azure.management.digitaltwins.v2020_12_01.DigitalTwinsPatchDescription.withProperties(DigitalTwinsPatchProperties properties)"
|
|
name: "withProperties(DigitalTwinsPatchProperties properties)"
|
|
nameWithType: "DigitalTwinsPatchDescription.withProperties(DigitalTwinsPatchProperties properties)"
|
|
summary: "Set properties for the Digital<wbr>Twins<wbr>Instance."
|
|
parameters:
|
|
- description: "the properties value to set"
|
|
name: "properties"
|
|
type: "<xref href=\"com.microsoft.azure.management.digitaltwins.v2020_12_01.DigitalTwinsPatchProperties?alt=com.microsoft.azure.management.digitaltwins.v2020_12_01.DigitalTwinsPatchProperties&text=DigitalTwinsPatchProperties\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public DigitalTwinsPatchDescription withProperties(DigitalTwinsPatchProperties properties)"
|
|
desc: "Set properties for the DigitalTwinsInstance."
|
|
returns:
|
|
description: "the DigitalTwinsPatchDescription object itself."
|
|
type: "<xref href=\"com.microsoft.azure.management.digitaltwins.v2020_12_01.DigitalTwinsPatchDescription?alt=com.microsoft.azure.management.digitaltwins.v2020_12_01.DigitalTwinsPatchDescription&text=DigitalTwinsPatchDescription\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.digitaltwins.v2020_12_01.DigitalTwinsPatchDescription.withTags(java.util.Map<java.lang.String,java.lang.String>)"
|
|
fullName: "com.microsoft.azure.management.digitaltwins.v2020_12_01.DigitalTwinsPatchDescription.withTags(Map<String,String> tags)"
|
|
name: "withTags(Map<String,String> tags)"
|
|
nameWithType: "DigitalTwinsPatchDescription.withTags(Map<String,String> tags)"
|
|
summary: "Set instance patch properties."
|
|
parameters:
|
|
- description: "the tags value to set"
|
|
name: "tags"
|
|
type: "<xref href=\"java.util.Map?alt=java.util.Map&text=Map\" data-throw-if-not-resolved=\"False\" /><<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />,<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />>"
|
|
syntax: "public DigitalTwinsPatchDescription withTags(Map<String,String> tags)"
|
|
desc: "Set instance patch properties."
|
|
returns:
|
|
description: "the DigitalTwinsPatchDescription object itself."
|
|
type: "<xref href=\"com.microsoft.azure.management.digitaltwins.v2020_12_01.DigitalTwinsPatchDescription?alt=com.microsoft.azure.management.digitaltwins.v2020_12_01.DigitalTwinsPatchDescription&text=DigitalTwinsPatchDescription\" data-throw-if-not-resolved=\"False\" />"
|
|
type: "class"
|
|
desc: "The description of the DigitalTwins service."
|
|
metadata: {}
|
|
package: "com.microsoft.azure.management.digitaltwins.v2020_12_01"
|
|
artifact: com.microsoft.azure.digitaltwins.v2020_12_01:azure-mgmt-digitaltwins:1.0.0
|