azure-docs-sdk-java/legacy/docs-ref-autogen/com.microsoft.azure.managem...

156 строки
11 KiB
YAML

### YamlMime:JavaType
uid: "com.microsoft.azure.management.network.TroubleshootingDetails"
fullName: "com.microsoft.azure.management.network.TroubleshootingDetails"
name: "TroubleshootingDetails"
nameWithType: "TroubleshootingDetails"
summary: "Information gained from troubleshooting of specified resource."
inheritances:
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
inheritedClassMethods:
- classRef: "<xref href=\"java.lang.Object?alt=java.lang.Object&text=Object\" data-throw-if-not-resolved=\"False\" />"
methodsRef:
- "<xref href=\"java.lang.Object.clone()?alt=java.lang.Object.clone&text=clone\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.equals(java.lang.Object)?alt=java.lang.Object.equals&text=equals\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.finalize()?alt=java.lang.Object.finalize&text=finalize\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.getClass()?alt=java.lang.Object.getClass&text=getClass\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.hashCode()?alt=java.lang.Object.hashCode&text=hashCode\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.notify()?alt=java.lang.Object.notify&text=notify\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.notifyAll()?alt=java.lang.Object.notifyAll&text=notifyAll\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.toString()?alt=java.lang.Object.toString&text=toString\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.wait()?alt=java.lang.Object.wait&text=wait\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.wait(long)?alt=java.lang.Object.wait&text=wait\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.wait(long,int)?alt=java.lang.Object.wait&text=wait\" data-throw-if-not-resolved=\"False\" />"
syntax: "public class **TroubleshootingDetails**"
constructors:
- uid: "com.microsoft.azure.management.network.TroubleshootingDetails.TroubleshootingDetails()"
fullName: "com.microsoft.azure.management.network.TroubleshootingDetails.TroubleshootingDetails()"
name: "TroubleshootingDetails()"
nameWithType: "TroubleshootingDetails.TroubleshootingDetails()"
syntax: "public TroubleshootingDetails()"
methods:
- uid: "com.microsoft.azure.management.network.TroubleshootingDetails.detail()"
fullName: "com.microsoft.azure.management.network.TroubleshootingDetails.detail()"
name: "detail()"
nameWithType: "TroubleshootingDetails.detail()"
summary: "Get details on troubleshooting results."
syntax: "public String detail()"
desc: "Get details on troubleshooting results."
returns:
description: "the detail value"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.network.TroubleshootingDetails.id()"
fullName: "com.microsoft.azure.management.network.TroubleshootingDetails.id()"
name: "id()"
nameWithType: "TroubleshootingDetails.id()"
summary: "Get the id of the get troubleshoot operation."
syntax: "public String id()"
desc: "Get the id of the get troubleshoot operation."
returns:
description: "the id value"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.network.TroubleshootingDetails.reasonType()"
fullName: "com.microsoft.azure.management.network.TroubleshootingDetails.reasonType()"
name: "reasonType()"
nameWithType: "TroubleshootingDetails.reasonType()"
summary: "Get reason type of failure."
syntax: "public String reasonType()"
desc: "Get reason type of failure."
returns:
description: "the reasonType value"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.network.TroubleshootingDetails.recommendedActions()"
fullName: "com.microsoft.azure.management.network.TroubleshootingDetails.recommendedActions()"
name: "recommendedActions()"
nameWithType: "TroubleshootingDetails.recommendedActions()"
summary: "Get list of recommended actions."
syntax: "public List<TroubleshootingRecommendedActions> recommendedActions()"
desc: "Get list of recommended actions."
returns:
description: "the recommendedActions value"
type: "<xref href=\"java.util.List?alt=java.util.List&text=List\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.microsoft.azure.management.network.TroubleshootingRecommendedActions?alt=com.microsoft.azure.management.network.TroubleshootingRecommendedActions&text=TroubleshootingRecommendedActions\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.microsoft.azure.management.network.TroubleshootingDetails.summary()"
fullName: "com.microsoft.azure.management.network.TroubleshootingDetails.summary()"
name: "summary()"
nameWithType: "TroubleshootingDetails.summary()"
summary: "Get a summary of troubleshooting."
syntax: "public String summary()"
desc: "Get a summary of troubleshooting."
returns:
description: "the summary value"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.network.TroubleshootingDetails.withDetail(java.lang.String)"
fullName: "com.microsoft.azure.management.network.TroubleshootingDetails.withDetail(String detail)"
name: "withDetail(String detail)"
nameWithType: "TroubleshootingDetails.withDetail(String detail)"
summary: "Set details on troubleshooting results."
parameters:
- description: "the detail value to set"
name: "detail"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
syntax: "public TroubleshootingDetails withDetail(String detail)"
desc: "Set details on troubleshooting results."
returns:
description: "the TroubleshootingDetails object itself."
type: "<xref href=\"com.microsoft.azure.management.network.TroubleshootingDetails?alt=com.microsoft.azure.management.network.TroubleshootingDetails&text=TroubleshootingDetails\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.network.TroubleshootingDetails.withId(java.lang.String)"
fullName: "com.microsoft.azure.management.network.TroubleshootingDetails.withId(String id)"
name: "withId(String id)"
nameWithType: "TroubleshootingDetails.withId(String id)"
summary: "Set the id of the get troubleshoot operation."
parameters:
- description: "the id value to set"
name: "id"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
syntax: "public TroubleshootingDetails withId(String id)"
desc: "Set the id of the get troubleshoot operation."
returns:
description: "the TroubleshootingDetails object itself."
type: "<xref href=\"com.microsoft.azure.management.network.TroubleshootingDetails?alt=com.microsoft.azure.management.network.TroubleshootingDetails&text=TroubleshootingDetails\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.network.TroubleshootingDetails.withReasonType(java.lang.String)"
fullName: "com.microsoft.azure.management.network.TroubleshootingDetails.withReasonType(String reasonType)"
name: "withReasonType(String reasonType)"
nameWithType: "TroubleshootingDetails.withReasonType(String reasonType)"
summary: "Set reason type of failure."
parameters:
- description: "the reasonType value to set"
name: "reasonType"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
syntax: "public TroubleshootingDetails withReasonType(String reasonType)"
desc: "Set reason type of failure."
returns:
description: "the TroubleshootingDetails object itself."
type: "<xref href=\"com.microsoft.azure.management.network.TroubleshootingDetails?alt=com.microsoft.azure.management.network.TroubleshootingDetails&text=TroubleshootingDetails\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.network.TroubleshootingDetails.withRecommendedActions(java.util.List<com.microsoft.azure.management.network.TroubleshootingRecommendedActions>)"
fullName: "com.microsoft.azure.management.network.TroubleshootingDetails.withRecommendedActions(List<TroubleshootingRecommendedActions> recommendedActions)"
name: "withRecommendedActions(List<TroubleshootingRecommendedActions> recommendedActions)"
nameWithType: "TroubleshootingDetails.withRecommendedActions(List<TroubleshootingRecommendedActions> recommendedActions)"
summary: "Set list of recommended actions."
parameters:
- description: "the recommendedActions value to set"
name: "recommendedActions"
type: "<xref href=\"java.util.List?alt=java.util.List&text=List\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.microsoft.azure.management.network.TroubleshootingRecommendedActions?alt=com.microsoft.azure.management.network.TroubleshootingRecommendedActions&text=TroubleshootingRecommendedActions\" data-throw-if-not-resolved=\"False\" />&gt;"
syntax: "public TroubleshootingDetails withRecommendedActions(List<TroubleshootingRecommendedActions> recommendedActions)"
desc: "Set list of recommended actions."
returns:
description: "the TroubleshootingDetails object itself."
type: "<xref href=\"com.microsoft.azure.management.network.TroubleshootingDetails?alt=com.microsoft.azure.management.network.TroubleshootingDetails&text=TroubleshootingDetails\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.network.TroubleshootingDetails.withSummary(java.lang.String)"
fullName: "com.microsoft.azure.management.network.TroubleshootingDetails.withSummary(String summary)"
name: "withSummary(String summary)"
nameWithType: "TroubleshootingDetails.withSummary(String summary)"
summary: "Set a summary of troubleshooting."
parameters:
- description: "the summary value to set"
name: "summary"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
syntax: "public TroubleshootingDetails withSummary(String summary)"
desc: "Set a summary of troubleshooting."
returns:
description: "the TroubleshootingDetails object itself."
type: "<xref href=\"com.microsoft.azure.management.network.TroubleshootingDetails?alt=com.microsoft.azure.management.network.TroubleshootingDetails&text=TroubleshootingDetails\" data-throw-if-not-resolved=\"False\" />"
type: "class"
desc: "Information gained from troubleshooting of specified resource."
metadata: {}
package: "com.microsoft.azure.management.network"
artifact: com.microsoft.azure:azure-mgmt-network:1.41.4