89 строки
6.2 KiB
YAML
89 строки
6.2 KiB
YAML
### YamlMime:JavaType
|
|
uid: "com.microsoft.azure.management.network.Troubleshooting"
|
|
fullName: "com.microsoft.azure.management.network.Troubleshooting"
|
|
name: "Troubleshooting"
|
|
nameWithType: "Troubleshooting"
|
|
summary: "A client-side representation allowing user to get troubleshooting information for virtual network gateway or virtual network gateway connection."
|
|
syntax: "public interface **Troubleshooting**</br> extends <xref href=\"com.microsoft.azure.management.resources.fluentcore.model.Executable?alt=com.microsoft.azure.management.resources.fluentcore.model.Executable&text=Executable\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.microsoft.azure.management.network.Troubleshooting?alt=com.microsoft.azure.management.network.Troubleshooting&text=Troubleshooting\" data-throw-if-not-resolved=\"False\" />>, <xref href=\"com.microsoft.azure.management.resources.fluentcore.arm.models.HasParent?alt=com.microsoft.azure.management.resources.fluentcore.arm.models.HasParent&text=HasParent\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.microsoft.azure.management.network.NetworkWatcher?alt=com.microsoft.azure.management.network.NetworkWatcher&text=NetworkWatcher\" data-throw-if-not-resolved=\"False\" />>"
|
|
methods:
|
|
- uid: "com.microsoft.azure.management.network.Troubleshooting.code()"
|
|
fullName: "com.microsoft.azure.management.network.Troubleshooting.code()"
|
|
name: "code()"
|
|
nameWithType: "Troubleshooting.code()"
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract String code()"
|
|
returns:
|
|
description: "the result code of the troubleshooting"
|
|
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.network.Troubleshooting.endTime()"
|
|
fullName: "com.microsoft.azure.management.network.Troubleshooting.endTime()"
|
|
name: "endTime()"
|
|
nameWithType: "Troubleshooting.endTime()"
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract DateTime endTime()"
|
|
returns:
|
|
description: "the end time of the troubleshooting"
|
|
type: "<xref href=\"org.joda.time.DateTime?alt=org.joda.time.DateTime&text=DateTime\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.network.Troubleshooting.results()"
|
|
fullName: "com.microsoft.azure.management.network.Troubleshooting.results()"
|
|
name: "results()"
|
|
nameWithType: "Troubleshooting.results()"
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract List<TroubleshootingDetails> results()"
|
|
returns:
|
|
description: "information from troubleshooting"
|
|
type: "<xref href=\"java.util.List?alt=java.util.List&text=List\" data-throw-if-not-resolved=\"False\" /><<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.Troubleshooting.startTime()"
|
|
fullName: "com.microsoft.azure.management.network.Troubleshooting.startTime()"
|
|
name: "startTime()"
|
|
nameWithType: "Troubleshooting.startTime()"
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract DateTime startTime()"
|
|
returns:
|
|
description: "The start time of the troubleshooting"
|
|
type: "<xref href=\"org.joda.time.DateTime?alt=org.joda.time.DateTime&text=DateTime\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.network.Troubleshooting.storageId()"
|
|
fullName: "com.microsoft.azure.management.network.Troubleshooting.storageId()"
|
|
name: "storageId()"
|
|
nameWithType: "Troubleshooting.storageId()"
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract String storageId()"
|
|
returns:
|
|
description: "id of the storage account where troubleshooting information was saved"
|
|
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.network.Troubleshooting.storagePath()"
|
|
fullName: "com.microsoft.azure.management.network.Troubleshooting.storagePath()"
|
|
name: "storagePath()"
|
|
nameWithType: "Troubleshooting.storagePath()"
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract String storagePath()"
|
|
returns:
|
|
description: "the path to the blob to save the troubleshoot result in"
|
|
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.network.Troubleshooting.targetResourceId()"
|
|
fullName: "com.microsoft.azure.management.network.Troubleshooting.targetResourceId()"
|
|
name: "targetResourceId()"
|
|
nameWithType: "Troubleshooting.targetResourceId()"
|
|
summary: "Get the resource identifier of the target resource against which the action is to be performed."
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract String targetResourceId()"
|
|
desc: "Get the resource identifier of the target resource against which the action is to be performed."
|
|
returns:
|
|
description: "the targetResourceId value"
|
|
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
|
|
type: "interface"
|
|
desc: "A client-side representation allowing user to get troubleshooting information for virtual network gateway or virtual network gateway connection."
|
|
implements:
|
|
- "<xref href=\"com.microsoft.azure.management.resources.fluentcore.arm.models.HasParent?alt=com.microsoft.azure.management.resources.fluentcore.arm.models.HasParent&text=HasParent\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.microsoft.azure.management.network.NetworkWatcher?alt=com.microsoft.azure.management.network.NetworkWatcher&text=NetworkWatcher\" data-throw-if-not-resolved=\"False\" />>"
|
|
- "<xref href=\"com.microsoft.azure.management.resources.fluentcore.model.Executable?alt=com.microsoft.azure.management.resources.fluentcore.model.Executable&text=Executable\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.microsoft.azure.management.network.Troubleshooting?alt=com.microsoft.azure.management.network.Troubleshooting&text=Troubleshooting\" data-throw-if-not-resolved=\"False\" />>"
|
|
metadata: {}
|
|
package: "com.microsoft.azure.management.network"
|
|
artifact: com.microsoft.azure:azure-mgmt-network:1.41.4
|