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

162 строки
9.5 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.resourcemanager.selfhelp.models.DiagnosticResource"
fullName: "com.azure.resourcemanager.selfhelp.models.DiagnosticResource"
name: "DiagnosticResource"
nameWithType: "DiagnosticResource"
summary: "An immutable client-side representation of Diagnostic<wbr>Resource."
syntax: "public interface **DiagnosticResource**"
methods:
- uid: "com.azure.resourcemanager.selfhelp.models.DiagnosticResource.acceptedAt()"
fullName: "com.azure.resourcemanager.selfhelp.models.DiagnosticResource.acceptedAt()"
name: "acceptedAt()"
nameWithType: "DiagnosticResource.acceptedAt()"
summary: "Gets the accepted<wbr>At property: Diagnostic Request Accepted time."
modifiers:
- "abstract"
syntax: "public abstract String acceptedAt()"
desc: "Gets the acceptedAt property: Diagnostic Request Accepted time."
returns:
description: "the acceptedAt value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.selfhelp.models.DiagnosticResource.diagnostics()"
fullName: "com.azure.resourcemanager.selfhelp.models.DiagnosticResource.diagnostics()"
name: "diagnostics()"
nameWithType: "DiagnosticResource.diagnostics()"
summary: "Gets the diagnostics property: Array of Diagnostics."
modifiers:
- "abstract"
syntax: "public abstract List<Diagnostic> diagnostics()"
desc: "Gets the diagnostics property: Array of Diagnostics."
returns:
description: "the diagnostics value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/List.html\">List</a>&lt;<xref href=\"com.azure.resourcemanager.selfhelp.models.Diagnostic?alt=com.azure.resourcemanager.selfhelp.models.Diagnostic&text=Diagnostic\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.selfhelp.models.DiagnosticResource.globalParameters()"
fullName: "com.azure.resourcemanager.selfhelp.models.DiagnosticResource.globalParameters()"
name: "globalParameters()"
nameWithType: "DiagnosticResource.globalParameters()"
summary: "Gets the global<wbr>Parameters property: Global parameters that can be passed to all solution<wbr>Ids."
modifiers:
- "abstract"
syntax: "public abstract Map<String,String> globalParameters()"
desc: "Gets the globalParameters property: Global parameters that can be passed to all solutionIds."
returns:
description: "the globalParameters value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/Map.html\">Map</a>&lt;<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>,<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>&gt;"
- uid: "com.azure.resourcemanager.selfhelp.models.DiagnosticResource.id()"
fullName: "com.azure.resourcemanager.selfhelp.models.DiagnosticResource.id()"
name: "id()"
nameWithType: "DiagnosticResource.id()"
summary: "Gets the id property: Fully qualified resource Id for the resource."
modifiers:
- "abstract"
syntax: "public abstract String id()"
desc: "Gets the id property: Fully qualified resource Id for the resource."
returns:
description: "the id value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.selfhelp.models.DiagnosticResource.innerModel()"
fullName: "com.azure.resourcemanager.selfhelp.models.DiagnosticResource.innerModel()"
name: "innerModel()"
nameWithType: "DiagnosticResource.innerModel()"
summary: "Gets the inner com.<wbr>azure.<wbr>resourcemanager.<wbr>selfhelp.<wbr>fluent.<wbr>models.<wbr>Diagnostic<wbr>Resource<wbr>Inner object."
modifiers:
- "abstract"
syntax: "public abstract DiagnosticResourceInner innerModel()"
desc: "Gets the inner com.azure.resourcemanager.selfhelp.fluent.models.DiagnosticResourceInner object."
returns:
description: "the inner object."
type: "<xref href=\"com.azure.resourcemanager.selfhelp.fluent.models.DiagnosticResourceInner?alt=com.azure.resourcemanager.selfhelp.fluent.models.DiagnosticResourceInner&text=DiagnosticResourceInner\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.selfhelp.models.DiagnosticResource.insights()"
fullName: "com.azure.resourcemanager.selfhelp.models.DiagnosticResource.insights()"
name: "insights()"
nameWithType: "DiagnosticResource.insights()"
summary: "Gets the insights property: Solution<wbr>Ids that are needed to be invoked."
modifiers:
- "abstract"
syntax: "public abstract List<DiagnosticInvocation> insights()"
desc: "Gets the insights property: SolutionIds that are needed to be invoked."
returns:
description: "the insights value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/List.html\">List</a>&lt;<xref href=\"com.azure.resourcemanager.selfhelp.models.DiagnosticInvocation?alt=com.azure.resourcemanager.selfhelp.models.DiagnosticInvocation&text=DiagnosticInvocation\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.selfhelp.models.DiagnosticResource.name()"
fullName: "com.azure.resourcemanager.selfhelp.models.DiagnosticResource.name()"
name: "name()"
nameWithType: "DiagnosticResource.name()"
summary: "Gets the name property: The name of the resource."
modifiers:
- "abstract"
syntax: "public abstract String name()"
desc: "Gets the name property: The name of the resource."
returns:
description: "the name value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.selfhelp.models.DiagnosticResource.provisioningState()"
fullName: "com.azure.resourcemanager.selfhelp.models.DiagnosticResource.provisioningState()"
name: "provisioningState()"
nameWithType: "DiagnosticResource.provisioningState()"
summary: "Gets the provisioning<wbr>State property: Status of diagnostic provisioning."
modifiers:
- "abstract"
syntax: "public abstract ProvisioningState provisioningState()"
desc: "Gets the provisioningState property: Status of diagnostic provisioning."
returns:
description: "the provisioningState value."
type: "<xref href=\"com.azure.resourcemanager.selfhelp.models.ProvisioningState?alt=com.azure.resourcemanager.selfhelp.models.ProvisioningState&text=ProvisioningState\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.selfhelp.models.DiagnosticResource.refresh()"
fullName: "com.azure.resourcemanager.selfhelp.models.DiagnosticResource.refresh()"
name: "refresh()"
nameWithType: "DiagnosticResource.refresh()"
summary: "Refreshes the resource to sync with Azure."
modifiers:
- "abstract"
syntax: "public abstract DiagnosticResource refresh()"
desc: "Refreshes the resource to sync with Azure."
returns:
description: "the refreshed resource."
type: "<xref href=\"com.azure.resourcemanager.selfhelp.models.DiagnosticResource?alt=com.azure.resourcemanager.selfhelp.models.DiagnosticResource&text=DiagnosticResource\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.selfhelp.models.DiagnosticResource.refresh(com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.selfhelp.models.DiagnosticResource.refresh(Context context)"
name: "refresh(Context context)"
nameWithType: "DiagnosticResource.refresh(Context context)"
summary: "Refreshes the resource to sync with Azure."
modifiers:
- "abstract"
parameters:
- description: "The context to associate with this operation."
name: "context"
type: "<xref href=\"com.azure.core.util.Context?alt=com.azure.core.util.Context&text=Context\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract DiagnosticResource refresh(Context context)"
desc: "Refreshes the resource to sync with Azure."
returns:
description: "the refreshed resource."
type: "<xref href=\"com.azure.resourcemanager.selfhelp.models.DiagnosticResource?alt=com.azure.resourcemanager.selfhelp.models.DiagnosticResource&text=DiagnosticResource\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.selfhelp.models.DiagnosticResource.systemData()"
fullName: "com.azure.resourcemanager.selfhelp.models.DiagnosticResource.systemData()"
name: "systemData()"
nameWithType: "DiagnosticResource.systemData()"
summary: "Gets the system<wbr>Data property: Azure Resource Manager metadata containing created<wbr>By and modified<wbr>By information."
modifiers:
- "abstract"
syntax: "public abstract SystemData systemData()"
desc: "Gets the systemData property: Azure Resource Manager metadata containing createdBy and modifiedBy information."
returns:
description: "the systemData value."
type: "<xref href=\"com.azure.core.management.SystemData?alt=com.azure.core.management.SystemData&text=SystemData\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.selfhelp.models.DiagnosticResource.type()"
fullName: "com.azure.resourcemanager.selfhelp.models.DiagnosticResource.type()"
name: "type()"
nameWithType: "DiagnosticResource.type()"
summary: "Gets the type property: The type of the resource."
modifiers:
- "abstract"
syntax: "public abstract String type()"
desc: "Gets the type property: The type of the resource."
returns:
description: "the type value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
type: "interface"
desc: "An immutable client-side representation of DiagnosticResource."
metadata: {}
package: "com.azure.resourcemanager.selfhelp.models"
artifact: com.azure.resourcemanager:azure-resourcemanager-selfhelp:1.0.0