### 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 DeviceGroup." inheritances: - "" inheritedClassMethods: - classRef: "java.lang.Object" methodsRef: - "clone" - "equals" - "finalize" - "getClass" - "hashCode" - "notify" - "notifyAll" - "toString" - "wait" - "wait" - "wait" 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 DeviceGroupUpdateProperties 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 allowCrashDumpsCollection 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: "" - 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: "String" - uid: "com.azure.resourcemanager.sphere.models.DeviceGroupUpdateProperties.osFeedType()" fullName: "com.azure.resourcemanager.sphere.models.DeviceGroupUpdateProperties.osFeedType()" name: "osFeedType()" nameWithType: "DeviceGroupUpdateProperties.osFeedType()" summary: "Get the osFeedType 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: "" - uid: "com.azure.resourcemanager.sphere.models.DeviceGroupUpdateProperties.regionalDataBoundary()" fullName: "com.azure.resourcemanager.sphere.models.DeviceGroupUpdateProperties.regionalDataBoundary()" name: "regionalDataBoundary()" nameWithType: "DeviceGroupUpdateProperties.regionalDataBoundary()" summary: "Get the regionalDataBoundary 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: "" - uid: "com.azure.resourcemanager.sphere.models.DeviceGroupUpdateProperties.updatePolicy()" fullName: "com.azure.resourcemanager.sphere.models.DeviceGroupUpdateProperties.updatePolicy()" name: "updatePolicy()" nameWithType: "DeviceGroupUpdateProperties.updatePolicy()" summary: "Get the updatePolicy 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: "" - 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 allowCrashDumpsCollection property: Flag to define if the user allows for crash dump collection." parameters: - description: "the allowCrashDumpsCollection value to set." name: "allowCrashDumpsCollection" type: "" 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: "" - 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: "String" syntax: "public DeviceGroupUpdateProperties withDescription(String description)" desc: "Set the description property: Description of the device group." returns: description: "the DeviceGroupUpdateProperties object itself." type: "" - 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 osFeedType property: Operating system feed type of the device group." parameters: - description: "the osFeedType value to set." name: "osFeedType" type: "" 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: "" - 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 regionalDataBoundary property: Regional data boundary for the device group." parameters: - description: "the regionalDataBoundary value to set." name: "regionalDataBoundary" type: "" 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: "" - 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 updatePolicy property: Update policy of the device group." parameters: - description: "the updatePolicy value to set." name: "updatePolicy" type: "" syntax: "public DeviceGroupUpdateProperties withUpdatePolicy(UpdatePolicy updatePolicy)" desc: "Set the updatePolicy property: Update policy of the device group." returns: description: "the DeviceGroupUpdateProperties object itself." type: "" 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