132 строки
9.6 KiB
YAML
132 строки
9.6 KiB
YAML
### YamlMime:JavaType
|
|
uid: "com.microsoft.azure.management.network.TroubleshootingRecommendedActions"
|
|
fullName: "com.microsoft.azure.management.network.TroubleshootingRecommendedActions"
|
|
name: "TroubleshootingRecommendedActions"
|
|
nameWithType: "TroubleshootingRecommendedActions"
|
|
summary: "Recommended actions based on discovered issues."
|
|
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 **TroubleshootingRecommendedActions**"
|
|
constructors:
|
|
- uid: "com.microsoft.azure.management.network.TroubleshootingRecommendedActions.TroubleshootingRecommendedActions()"
|
|
fullName: "com.microsoft.azure.management.network.TroubleshootingRecommendedActions.TroubleshootingRecommendedActions()"
|
|
name: "TroubleshootingRecommendedActions()"
|
|
nameWithType: "TroubleshootingRecommendedActions.TroubleshootingRecommendedActions()"
|
|
syntax: "public TroubleshootingRecommendedActions()"
|
|
methods:
|
|
- uid: "com.microsoft.azure.management.network.TroubleshootingRecommendedActions.actionId()"
|
|
fullName: "com.microsoft.azure.management.network.TroubleshootingRecommendedActions.actionId()"
|
|
name: "actionId()"
|
|
nameWithType: "TroubleshootingRecommendedActions.actionId()"
|
|
summary: "Get iD of the recommended action."
|
|
syntax: "public String actionId()"
|
|
desc: "Get iD of the recommended action."
|
|
returns:
|
|
description: "the actionId 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.TroubleshootingRecommendedActions.actionText()"
|
|
fullName: "com.microsoft.azure.management.network.TroubleshootingRecommendedActions.actionText()"
|
|
name: "actionText()"
|
|
nameWithType: "TroubleshootingRecommendedActions.actionText()"
|
|
summary: "Get description of recommended actions."
|
|
syntax: "public String actionText()"
|
|
desc: "Get description of recommended actions."
|
|
returns:
|
|
description: "the actionText 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.TroubleshootingRecommendedActions.actionUri()"
|
|
fullName: "com.microsoft.azure.management.network.TroubleshootingRecommendedActions.actionUri()"
|
|
name: "actionUri()"
|
|
nameWithType: "TroubleshootingRecommendedActions.actionUri()"
|
|
summary: "Get the uri linking to a documentation for the recommended troubleshooting actions."
|
|
syntax: "public String actionUri()"
|
|
desc: "Get the uri linking to a documentation for the recommended troubleshooting actions."
|
|
returns:
|
|
description: "the actionUri 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.TroubleshootingRecommendedActions.actionUriText()"
|
|
fullName: "com.microsoft.azure.management.network.TroubleshootingRecommendedActions.actionUriText()"
|
|
name: "actionUriText()"
|
|
nameWithType: "TroubleshootingRecommendedActions.actionUriText()"
|
|
summary: "Get the information from the URI for the recommended troubleshooting actions."
|
|
syntax: "public String actionUriText()"
|
|
desc: "Get the information from the URI for the recommended troubleshooting actions."
|
|
returns:
|
|
description: "the actionUriText 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.TroubleshootingRecommendedActions.withActionId(java.lang.String)"
|
|
fullName: "com.microsoft.azure.management.network.TroubleshootingRecommendedActions.withActionId(String actionId)"
|
|
name: "withActionId(String actionId)"
|
|
nameWithType: "TroubleshootingRecommendedActions.withActionId(String actionId)"
|
|
summary: "Set iD of the recommended action."
|
|
parameters:
|
|
- description: "the actionId value to set"
|
|
name: "actionId"
|
|
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public TroubleshootingRecommendedActions withActionId(String actionId)"
|
|
desc: "Set iD of the recommended action."
|
|
returns:
|
|
description: "the TroubleshootingRecommendedActions object itself."
|
|
type: "<xref href=\"com.microsoft.azure.management.network.TroubleshootingRecommendedActions?alt=com.microsoft.azure.management.network.TroubleshootingRecommendedActions&text=TroubleshootingRecommendedActions\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.network.TroubleshootingRecommendedActions.withActionText(java.lang.String)"
|
|
fullName: "com.microsoft.azure.management.network.TroubleshootingRecommendedActions.withActionText(String actionText)"
|
|
name: "withActionText(String actionText)"
|
|
nameWithType: "TroubleshootingRecommendedActions.withActionText(String actionText)"
|
|
summary: "Set description of recommended actions."
|
|
parameters:
|
|
- description: "the actionText value to set"
|
|
name: "actionText"
|
|
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public TroubleshootingRecommendedActions withActionText(String actionText)"
|
|
desc: "Set description of recommended actions."
|
|
returns:
|
|
description: "the TroubleshootingRecommendedActions object itself."
|
|
type: "<xref href=\"com.microsoft.azure.management.network.TroubleshootingRecommendedActions?alt=com.microsoft.azure.management.network.TroubleshootingRecommendedActions&text=TroubleshootingRecommendedActions\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.network.TroubleshootingRecommendedActions.withActionUri(java.lang.String)"
|
|
fullName: "com.microsoft.azure.management.network.TroubleshootingRecommendedActions.withActionUri(String actionUri)"
|
|
name: "withActionUri(String actionUri)"
|
|
nameWithType: "TroubleshootingRecommendedActions.withActionUri(String actionUri)"
|
|
summary: "Set the uri linking to a documentation for the recommended troubleshooting actions."
|
|
parameters:
|
|
- description: "the actionUri value to set"
|
|
name: "actionUri"
|
|
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public TroubleshootingRecommendedActions withActionUri(String actionUri)"
|
|
desc: "Set the uri linking to a documentation for the recommended troubleshooting actions."
|
|
returns:
|
|
description: "the TroubleshootingRecommendedActions object itself."
|
|
type: "<xref href=\"com.microsoft.azure.management.network.TroubleshootingRecommendedActions?alt=com.microsoft.azure.management.network.TroubleshootingRecommendedActions&text=TroubleshootingRecommendedActions\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.network.TroubleshootingRecommendedActions.withActionUriText(java.lang.String)"
|
|
fullName: "com.microsoft.azure.management.network.TroubleshootingRecommendedActions.withActionUriText(String actionUriText)"
|
|
name: "withActionUriText(String actionUriText)"
|
|
nameWithType: "TroubleshootingRecommendedActions.withActionUriText(String actionUriText)"
|
|
summary: "Set the information from the URI for the recommended troubleshooting actions."
|
|
parameters:
|
|
- description: "the actionUriText value to set"
|
|
name: "actionUriText"
|
|
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public TroubleshootingRecommendedActions withActionUriText(String actionUriText)"
|
|
desc: "Set the information from the URI for the recommended troubleshooting actions."
|
|
returns:
|
|
description: "the TroubleshootingRecommendedActions object itself."
|
|
type: "<xref href=\"com.microsoft.azure.management.network.TroubleshootingRecommendedActions?alt=com.microsoft.azure.management.network.TroubleshootingRecommendedActions&text=TroubleshootingRecommendedActions\" data-throw-if-not-resolved=\"False\" />"
|
|
type: "class"
|
|
desc: "Recommended actions based on discovered issues."
|
|
metadata: {}
|
|
package: "com.microsoft.azure.management.network"
|
|
artifact: com.microsoft.azure:azure-mgmt-network:1.41.4
|