DeviceHealthScript |
DeviceHealthScript.Builder.build() |
|
DeviceHealthScript |
DeviceHealthScript.patch() |
Submits only changed fields for update and returns an
immutable copy of this with changed fields reset.
|
DeviceHealthScript |
DeviceHealthScript.put() |
Submits all fields for update and returns an immutable copy of this
with changed fields reset (they were ignored anyway).
|
DeviceHealthScript |
DeviceHealthScript.withCreatedDateTime(OffsetDateTime createdDateTime) |
Returns an immutable copy of this with just the createdDateTime
field changed.
|
DeviceHealthScript |
DeviceHealthScript.withDescription(String description) |
Returns an immutable copy of this with just the description
field changed.
|
DeviceHealthScript |
DeviceHealthScript.withDetectionScriptContent(byte[] detectionScriptContent) |
Returns an immutable copy of this with just the
detectionScriptContent field changed.
|
DeviceHealthScript |
DeviceHealthScript.withDetectionScriptParameters(List<DeviceHealthScriptParameter> detectionScriptParameters) |
Returns an immutable copy of this with just the
detectionScriptParameters field changed.
|
DeviceHealthScript |
DeviceHealthScript.withDisplayName(String displayName) |
Returns an immutable copy of this with just the displayName
field changed.
|
DeviceHealthScript |
DeviceHealthScript.withEnforceSignatureCheck(Boolean enforceSignatureCheck) |
Returns an immutable copy of this with just the
enforceSignatureCheck field changed.
|
DeviceHealthScript |
DeviceHealthScript.withHighestAvailableVersion(String highestAvailableVersion) |
Returns an immutable copy of this with just the
highestAvailableVersion field changed.
|
DeviceHealthScript |
DeviceHealthScript.withIsGlobalScript(Boolean isGlobalScript) |
Returns an immutable copy of this with just the isGlobalScript
field changed.
|
DeviceHealthScript |
DeviceHealthScript.withLastModifiedDateTime(OffsetDateTime lastModifiedDateTime) |
Returns an immutable copy of this with just the
lastModifiedDateTime field changed.
|
DeviceHealthScript |
DeviceHealthScript.withPublisher(String publisher) |
Returns an immutable copy of this with just the publisher field
changed.
|
DeviceHealthScript |
DeviceHealthScript.withRemediationScriptContent(byte[] remediationScriptContent) |
Returns an immutable copy of this with just the
remediationScriptContent field changed.
|
DeviceHealthScript |
DeviceHealthScript.withRemediationScriptParameters(List<DeviceHealthScriptParameter> remediationScriptParameters) |
Returns an immutable copy of this with just the
remediationScriptParameters field changed.
|
DeviceHealthScript |
DeviceHealthScript.withRoleScopeTagIds(List<String> roleScopeTagIds) |
Returns an immutable copy of this with just the roleScopeTagIds
field changed.
|
DeviceHealthScript |
DeviceHealthScript.withRunAs32Bit(Boolean runAs32Bit) |
Returns an immutable copy of this with just the runAs32Bit field
changed.
|
DeviceHealthScript |
DeviceHealthScript.withRunAsAccount(RunAsAccountType runAsAccount) |
Returns an immutable copy of this with just the runAsAccount
field changed.
|
DeviceHealthScript |
DeviceHealthScript.withUnmappedField(String name,
String value) |
|
DeviceHealthScript |
DeviceHealthScript.withVersion(String version) |
Returns an immutable copy of this with just the version field
changed.
|