DiagnosticResource Interface
public interface DiagnosticResource
An immutable client-side representation of DiagnosticResource.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| abstract String |
acceptedAt()
Gets the accepted |
| abstract List<Diagnostic> |
diagnostics()
Gets the diagnostics property: Array of Diagnostics. |
| abstract Map<String,String> |
globalParameters()
Gets the global |
| abstract String |
id()
Gets the id property: Fully qualified resource Id for the resource. |
|
abstract
Diagnostic |
innerModel()
Gets the inner com. |
|
abstract
List<Diagnostic |
insights()
Gets the insights property: Solution |
| abstract String |
name()
Gets the name property: The name of the resource. |
|
abstract
Provisioning |
provisioningState()
Gets the provisioning |
|
abstract
Diagnostic |
refresh()
Refreshes the resource to sync with Azure. |
|
abstract
Diagnostic |
refresh(Context context)
Refreshes the resource to sync with Azure. |
|
abstract
System |
systemData()
Gets the system |
| abstract String |
type()
Gets the type property: The type of the resource. |
Method Details
acceptedAt
public abstract String acceptedAt()
Gets the acceptedAt property: Diagnostic Request Accepted time.
Returns:
diagnostics
public abstract List<Diagnostic> diagnostics()
Gets the diagnostics property: Array of Diagnostics.
Returns:
globalParameters
public abstract Map<String,String> globalParameters()
Gets the globalParameters property: Global parameters that can be passed to all solutionIds.
Returns:
id
public abstract String id()
Gets the id property: Fully qualified resource Id for the resource.
Returns:
innerModel
public abstract DiagnosticResourceInner innerModel()
Gets the inner com.azure.resourcemanager.selfhelp.fluent.models.DiagnosticResourceInner object.
Returns:
insights
public abstract List<DiagnosticInvocation> insights()
Gets the insights property: SolutionIds that are needed to be invoked.
Returns:
name
public abstract String name()
Gets the name property: The name of the resource.
Returns:
provisioningState
public abstract ProvisioningState provisioningState()
Gets the provisioningState property: Status of diagnostic provisioning.
Returns:
refresh
public abstract DiagnosticResource refresh()
Refreshes the resource to sync with Azure.
Returns:
refresh
public abstract DiagnosticResource refresh(Context context)
Refreshes the resource to sync with Azure.
Parameters:
Returns:
systemData
public abstract SystemData systemData()
Gets the systemData property: Azure Resource Manager metadata containing createdBy and modifiedBy information.
Returns:
type
public abstract String type()
Gets the type property: The type of the resource.
Returns: