azure-docs-sdk-java/docs-ref-autogen/com.azure.resourcemanager.s...

165 строки
13 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.resourcemanager.sphere.models.DeviceGroupUpdateProperties"
fullName: "com.azure.resourcemanager.sphere.models.DeviceGroupUpdateProperties"
name: "DeviceGroupUpdateProperties"
nameWithType: "DeviceGroupUpdateProperties"
summary: "The updatable properties of the Device<wbr>Group."
inheritances:
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
inheritedClassMethods:
- classRef: "java.lang.<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html\">Object</a>"
methodsRef:
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#clone--\">clone</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#equals-java.lang.Object-\">equals</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#finalize--\">finalize</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#getClass--\">getClass</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#hashCode--\">hashCode</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notify--\">notify</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notifyAll--\">notifyAll</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#toString--\">toString</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait--\">wait</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-\">wait</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-int-\">wait</a>"
syntax: "public final class **DeviceGroupUpdateProperties**"
constructors:
- uid: "com.azure.resourcemanager.sphere.models.DeviceGroupUpdateProperties.DeviceGroupUpdateProperties()"
fullName: "com.azure.resourcemanager.sphere.models.DeviceGroupUpdateProperties.DeviceGroupUpdateProperties()"
name: "DeviceGroupUpdateProperties()"
nameWithType: "DeviceGroupUpdateProperties.DeviceGroupUpdateProperties()"
summary: "Creates an instance of Device<wbr>Group<wbr>Update<wbr>Properties class."
syntax: "public DeviceGroupUpdateProperties()"
desc: "Creates an instance of DeviceGroupUpdateProperties class."
methods:
- uid: "com.azure.resourcemanager.sphere.models.DeviceGroupUpdateProperties.allowCrashDumpsCollection()"
fullName: "com.azure.resourcemanager.sphere.models.DeviceGroupUpdateProperties.allowCrashDumpsCollection()"
name: "allowCrashDumpsCollection()"
nameWithType: "DeviceGroupUpdateProperties.allowCrashDumpsCollection()"
summary: "Get the allow<wbr>Crash<wbr>Dumps<wbr>Collection property: Flag to define if the user allows for crash dump collection."
syntax: "public AllowCrashDumpCollection allowCrashDumpsCollection()"
desc: "Get the allowCrashDumpsCollection property: Flag to define if the user allows for crash dump collection."
returns:
description: "the allowCrashDumpsCollection value."
type: "<xref href=\"com.azure.resourcemanager.sphere.models.AllowCrashDumpCollection?alt=com.azure.resourcemanager.sphere.models.AllowCrashDumpCollection&text=AllowCrashDumpCollection\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.sphere.models.DeviceGroupUpdateProperties.description()"
fullName: "com.azure.resourcemanager.sphere.models.DeviceGroupUpdateProperties.description()"
name: "description()"
nameWithType: "DeviceGroupUpdateProperties.description()"
summary: "Get the description property: Description of the device group."
syntax: "public String description()"
desc: "Get the description property: Description of the device group."
returns:
description: "the description value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.sphere.models.DeviceGroupUpdateProperties.osFeedType()"
fullName: "com.azure.resourcemanager.sphere.models.DeviceGroupUpdateProperties.osFeedType()"
name: "osFeedType()"
nameWithType: "DeviceGroupUpdateProperties.osFeedType()"
summary: "Get the os<wbr>Feed<wbr>Type property: Operating system feed type of the device group."
syntax: "public OSFeedType osFeedType()"
desc: "Get the osFeedType property: Operating system feed type of the device group."
returns:
description: "the osFeedType value."
type: "<xref href=\"com.azure.resourcemanager.sphere.models.OSFeedType?alt=com.azure.resourcemanager.sphere.models.OSFeedType&text=OSFeedType\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.sphere.models.DeviceGroupUpdateProperties.regionalDataBoundary()"
fullName: "com.azure.resourcemanager.sphere.models.DeviceGroupUpdateProperties.regionalDataBoundary()"
name: "regionalDataBoundary()"
nameWithType: "DeviceGroupUpdateProperties.regionalDataBoundary()"
summary: "Get the regional<wbr>Data<wbr>Boundary property: Regional data boundary for the device group."
syntax: "public RegionalDataBoundary regionalDataBoundary()"
desc: "Get the regionalDataBoundary property: Regional data boundary for the device group."
returns:
description: "the regionalDataBoundary value."
type: "<xref href=\"com.azure.resourcemanager.sphere.models.RegionalDataBoundary?alt=com.azure.resourcemanager.sphere.models.RegionalDataBoundary&text=RegionalDataBoundary\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.sphere.models.DeviceGroupUpdateProperties.updatePolicy()"
fullName: "com.azure.resourcemanager.sphere.models.DeviceGroupUpdateProperties.updatePolicy()"
name: "updatePolicy()"
nameWithType: "DeviceGroupUpdateProperties.updatePolicy()"
summary: "Get the update<wbr>Policy property: Update policy of the device group."
syntax: "public UpdatePolicy updatePolicy()"
desc: "Get the updatePolicy property: Update policy of the device group."
returns:
description: "the updatePolicy value."
type: "<xref href=\"com.azure.resourcemanager.sphere.models.UpdatePolicy?alt=com.azure.resourcemanager.sphere.models.UpdatePolicy&text=UpdatePolicy\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.sphere.models.DeviceGroupUpdateProperties.validate()"
fullName: "com.azure.resourcemanager.sphere.models.DeviceGroupUpdateProperties.validate()"
name: "validate()"
nameWithType: "DeviceGroupUpdateProperties.validate()"
summary: "Validates the instance."
syntax: "public void validate()"
desc: "Validates the instance."
- uid: "com.azure.resourcemanager.sphere.models.DeviceGroupUpdateProperties.withAllowCrashDumpsCollection(com.azure.resourcemanager.sphere.models.AllowCrashDumpCollection)"
fullName: "com.azure.resourcemanager.sphere.models.DeviceGroupUpdateProperties.withAllowCrashDumpsCollection(AllowCrashDumpCollection allowCrashDumpsCollection)"
name: "withAllowCrashDumpsCollection(AllowCrashDumpCollection allowCrashDumpsCollection)"
nameWithType: "DeviceGroupUpdateProperties.withAllowCrashDumpsCollection(AllowCrashDumpCollection allowCrashDumpsCollection)"
summary: "Set the allow<wbr>Crash<wbr>Dumps<wbr>Collection property: Flag to define if the user allows for crash dump collection."
parameters:
- description: "the allowCrashDumpsCollection value to set."
name: "allowCrashDumpsCollection"
type: "<xref href=\"com.azure.resourcemanager.sphere.models.AllowCrashDumpCollection?alt=com.azure.resourcemanager.sphere.models.AllowCrashDumpCollection&text=AllowCrashDumpCollection\" data-throw-if-not-resolved=\"False\" />"
syntax: "public DeviceGroupUpdateProperties withAllowCrashDumpsCollection(AllowCrashDumpCollection allowCrashDumpsCollection)"
desc: "Set the allowCrashDumpsCollection property: Flag to define if the user allows for crash dump collection."
returns:
description: "the DeviceGroupUpdateProperties object itself."
type: "<xref href=\"com.azure.resourcemanager.sphere.models.DeviceGroupUpdateProperties?alt=com.azure.resourcemanager.sphere.models.DeviceGroupUpdateProperties&text=DeviceGroupUpdateProperties\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.sphere.models.DeviceGroupUpdateProperties.withDescription(java.lang.String)"
fullName: "com.azure.resourcemanager.sphere.models.DeviceGroupUpdateProperties.withDescription(String description)"
name: "withDescription(String description)"
nameWithType: "DeviceGroupUpdateProperties.withDescription(String description)"
summary: "Set the description property: Description of the device group."
parameters:
- description: "the description value to set."
name: "description"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public DeviceGroupUpdateProperties withDescription(String description)"
desc: "Set the description property: Description of the device group."
returns:
description: "the DeviceGroupUpdateProperties object itself."
type: "<xref href=\"com.azure.resourcemanager.sphere.models.DeviceGroupUpdateProperties?alt=com.azure.resourcemanager.sphere.models.DeviceGroupUpdateProperties&text=DeviceGroupUpdateProperties\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.sphere.models.DeviceGroupUpdateProperties.withOsFeedType(com.azure.resourcemanager.sphere.models.OSFeedType)"
fullName: "com.azure.resourcemanager.sphere.models.DeviceGroupUpdateProperties.withOsFeedType(OSFeedType osFeedType)"
name: "withOsFeedType(OSFeedType osFeedType)"
nameWithType: "DeviceGroupUpdateProperties.withOsFeedType(OSFeedType osFeedType)"
summary: "Set the os<wbr>Feed<wbr>Type property: Operating system feed type of the device group."
parameters:
- description: "the osFeedType value to set."
name: "osFeedType"
type: "<xref href=\"com.azure.resourcemanager.sphere.models.OSFeedType?alt=com.azure.resourcemanager.sphere.models.OSFeedType&text=OSFeedType\" data-throw-if-not-resolved=\"False\" />"
syntax: "public DeviceGroupUpdateProperties withOsFeedType(OSFeedType osFeedType)"
desc: "Set the osFeedType property: Operating system feed type of the device group."
returns:
description: "the DeviceGroupUpdateProperties object itself."
type: "<xref href=\"com.azure.resourcemanager.sphere.models.DeviceGroupUpdateProperties?alt=com.azure.resourcemanager.sphere.models.DeviceGroupUpdateProperties&text=DeviceGroupUpdateProperties\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.sphere.models.DeviceGroupUpdateProperties.withRegionalDataBoundary(com.azure.resourcemanager.sphere.models.RegionalDataBoundary)"
fullName: "com.azure.resourcemanager.sphere.models.DeviceGroupUpdateProperties.withRegionalDataBoundary(RegionalDataBoundary regionalDataBoundary)"
name: "withRegionalDataBoundary(RegionalDataBoundary regionalDataBoundary)"
nameWithType: "DeviceGroupUpdateProperties.withRegionalDataBoundary(RegionalDataBoundary regionalDataBoundary)"
summary: "Set the regional<wbr>Data<wbr>Boundary property: Regional data boundary for the device group."
parameters:
- description: "the regionalDataBoundary value to set."
name: "regionalDataBoundary"
type: "<xref href=\"com.azure.resourcemanager.sphere.models.RegionalDataBoundary?alt=com.azure.resourcemanager.sphere.models.RegionalDataBoundary&text=RegionalDataBoundary\" data-throw-if-not-resolved=\"False\" />"
syntax: "public DeviceGroupUpdateProperties withRegionalDataBoundary(RegionalDataBoundary regionalDataBoundary)"
desc: "Set the regionalDataBoundary property: Regional data boundary for the device group."
returns:
description: "the DeviceGroupUpdateProperties object itself."
type: "<xref href=\"com.azure.resourcemanager.sphere.models.DeviceGroupUpdateProperties?alt=com.azure.resourcemanager.sphere.models.DeviceGroupUpdateProperties&text=DeviceGroupUpdateProperties\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.sphere.models.DeviceGroupUpdateProperties.withUpdatePolicy(com.azure.resourcemanager.sphere.models.UpdatePolicy)"
fullName: "com.azure.resourcemanager.sphere.models.DeviceGroupUpdateProperties.withUpdatePolicy(UpdatePolicy updatePolicy)"
name: "withUpdatePolicy(UpdatePolicy updatePolicy)"
nameWithType: "DeviceGroupUpdateProperties.withUpdatePolicy(UpdatePolicy updatePolicy)"
summary: "Set the update<wbr>Policy property: Update policy of the device group."
parameters:
- description: "the updatePolicy value to set."
name: "updatePolicy"
type: "<xref href=\"com.azure.resourcemanager.sphere.models.UpdatePolicy?alt=com.azure.resourcemanager.sphere.models.UpdatePolicy&text=UpdatePolicy\" data-throw-if-not-resolved=\"False\" />"
syntax: "public DeviceGroupUpdateProperties withUpdatePolicy(UpdatePolicy updatePolicy)"
desc: "Set the updatePolicy property: Update policy of the device group."
returns:
description: "the DeviceGroupUpdateProperties object itself."
type: "<xref href=\"com.azure.resourcemanager.sphere.models.DeviceGroupUpdateProperties?alt=com.azure.resourcemanager.sphere.models.DeviceGroupUpdateProperties&text=DeviceGroupUpdateProperties\" data-throw-if-not-resolved=\"False\" />"
type: "class"
desc: "The updatable properties of the DeviceGroup."
metadata: {}
package: "com.azure.resourcemanager.sphere.models"
artifact: com.azure.resourcemanager:azure-resourcemanager-sphere:1.0.0