InstanceInner Class
- java.
lang. Object - com.
azure. core. management. ProxyResource - com.
azure. core. management. Resource - com.
azure. resourcemanager. deviceupdate. fluent. models. InstanceInner
- com.
- com.
- com.
public final class InstanceInner
extends Resource
Device Update instance details.
Constructor Summary
| Constructor | Description | |
|---|---|---|
| InstanceInner() | ||
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| String |
accountName()
Get the account |
|
Diagnostic |
diagnosticStorageProperties()
Get the diagnostic |
| Boolean |
enableDiagnostics()
Get the enable |
|
List<Iot |
iotHubs()
Get the iot |
|
Provisioning |
provisioningState()
Get the provisioning |
|
System |
systemData()
Get the system |
| void |
validate()
Validates the instance. |
|
Instance |
withDiagnosticStorageProperties(DiagnosticStorageProperties diagnosticStorageProperties)
Set the diagnostic |
|
Instance |
withEnableDiagnostics(Boolean enableDiagnostics)
Set the enable |
|
Instance |
withIotHubs(List<IotHubSettings> iotHubs)
Set the iot |
|
Instance |
withLocation(String location) |
|
Instance |
withTags(Map<String,String> tags) |
Methods inherited from ProxyResource
Methods inherited from Resource
Methods inherited from java.lang.Object
Constructor Details
InstanceInner
public InstanceInner()
Method Details
accountName
public String accountName()
Get the accountName property: Parent Device Update Account name which Instance belongs to.
Returns:
diagnosticStorageProperties
public DiagnosticStorageProperties diagnosticStorageProperties()
Get the diagnosticStorageProperties property: Customer-initiated diagnostic log collection storage properties.
Returns:
enableDiagnostics
public Boolean enableDiagnostics()
Get the enableDiagnostics property: Enables or Disables the diagnostic logs collection.
Returns:
iotHubs
public List<IotHubSettings> iotHubs()
Get the iotHubs property: List of IoT Hubs associated with the account.
Returns:
provisioningState
public ProvisioningState provisioningState()
Get the provisioningState property: Provisioning state.
Returns:
systemData
public SystemData systemData()
Get the systemData property: Azure Resource Manager metadata containing createdBy and modifiedBy information.
Returns:
validate
public void validate()
Validates the instance.
withDiagnosticStorageProperties
public InstanceInner withDiagnosticStorageProperties(DiagnosticStorageProperties diagnosticStorageProperties)
Set the diagnosticStorageProperties property: Customer-initiated diagnostic log collection storage properties.
Parameters:
Returns:
withEnableDiagnostics
public InstanceInner withEnableDiagnostics(Boolean enableDiagnostics)
Set the enableDiagnostics property: Enables or Disables the diagnostic logs collection.
Parameters:
Returns:
withIotHubs
public InstanceInner withIotHubs(List<IotHubSettings> iotHubs)
Set the iotHubs property: List of IoT Hubs associated with the account.
Parameters:
Returns:
withLocation
public InstanceInner withLocation(String location)
Overrides:
InstanceInner.withLocation(String location)Parameters:
withTags
public InstanceInner withTags(Map<String,String> tags)
Overrides:
InstanceInner.withTags(Map<String,String> tags)Parameters: