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

156 строки
12 KiB
YAML

### YamlMime:JavaType
uid: "com.microsoft.azure.management.network.AzureReachabilityReportParameters"
fullName: "com.microsoft.azure.management.network.AzureReachabilityReportParameters"
name: "AzureReachabilityReportParameters"
nameWithType: "AzureReachabilityReportParameters"
summary: "Geographic and time constraints for Azure reachability report."
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 **AzureReachabilityReportParameters**"
constructors:
- uid: "com.microsoft.azure.management.network.AzureReachabilityReportParameters.AzureReachabilityReportParameters()"
fullName: "com.microsoft.azure.management.network.AzureReachabilityReportParameters.AzureReachabilityReportParameters()"
name: "AzureReachabilityReportParameters()"
nameWithType: "AzureReachabilityReportParameters.AzureReachabilityReportParameters()"
syntax: "public AzureReachabilityReportParameters()"
methods:
- uid: "com.microsoft.azure.management.network.AzureReachabilityReportParameters.azureLocations()"
fullName: "com.microsoft.azure.management.network.AzureReachabilityReportParameters.azureLocations()"
name: "azureLocations()"
nameWithType: "AzureReachabilityReportParameters.azureLocations()"
summary: "Get optional Azure regions to scope the query to."
syntax: "public List<String> azureLocations()"
desc: "Get optional Azure regions to scope the query to."
returns:
description: "the azureLocations value"
type: "<xref href=\"java.util.List?alt=java.util.List&text=List\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.microsoft.azure.management.network.AzureReachabilityReportParameters.endTime()"
fullName: "com.microsoft.azure.management.network.AzureReachabilityReportParameters.endTime()"
name: "endTime()"
nameWithType: "AzureReachabilityReportParameters.endTime()"
summary: "Get the end time for the Azure reachability report."
syntax: "public DateTime endTime()"
desc: "Get the end time for the Azure reachability report."
returns:
description: "the endTime value"
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.AzureReachabilityReportParameters.providerLocation()"
fullName: "com.microsoft.azure.management.network.AzureReachabilityReportParameters.providerLocation()"
name: "providerLocation()"
nameWithType: "AzureReachabilityReportParameters.providerLocation()"
summary: "Get parameters that define a geographic location."
syntax: "public AzureReachabilityReportLocation providerLocation()"
desc: "Get parameters that define a geographic location."
returns:
description: "the providerLocation value"
type: "<xref href=\"com.microsoft.azure.management.network.AzureReachabilityReportLocation?alt=com.microsoft.azure.management.network.AzureReachabilityReportLocation&text=AzureReachabilityReportLocation\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.network.AzureReachabilityReportParameters.providers()"
fullName: "com.microsoft.azure.management.network.AzureReachabilityReportParameters.providers()"
name: "providers()"
nameWithType: "AzureReachabilityReportParameters.providers()"
summary: "Get list of Internet service providers."
syntax: "public List<String> providers()"
desc: "Get list of Internet service providers."
returns:
description: "the providers value"
type: "<xref href=\"java.util.List?alt=java.util.List&text=List\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.microsoft.azure.management.network.AzureReachabilityReportParameters.startTime()"
fullName: "com.microsoft.azure.management.network.AzureReachabilityReportParameters.startTime()"
name: "startTime()"
nameWithType: "AzureReachabilityReportParameters.startTime()"
summary: "Get the start time for the Azure reachability report."
syntax: "public DateTime startTime()"
desc: "Get the start time for the Azure reachability report."
returns:
description: "the startTime value"
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.AzureReachabilityReportParameters.withAzureLocations(java.util.List<java.lang.String>)"
fullName: "com.microsoft.azure.management.network.AzureReachabilityReportParameters.withAzureLocations(List<String> azureLocations)"
name: "withAzureLocations(List<String> azureLocations)"
nameWithType: "AzureReachabilityReportParameters.withAzureLocations(List<String> azureLocations)"
summary: "Set optional Azure regions to scope the query to."
parameters:
- description: "the azureLocations value to set"
name: "azureLocations"
type: "<xref href=\"java.util.List?alt=java.util.List&text=List\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />&gt;"
syntax: "public AzureReachabilityReportParameters withAzureLocations(List<String> azureLocations)"
desc: "Set optional Azure regions to scope the query to."
returns:
description: "the AzureReachabilityReportParameters object itself."
type: "<xref href=\"com.microsoft.azure.management.network.AzureReachabilityReportParameters?alt=com.microsoft.azure.management.network.AzureReachabilityReportParameters&text=AzureReachabilityReportParameters\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.network.AzureReachabilityReportParameters.withEndTime(org.joda.time.DateTime)"
fullName: "com.microsoft.azure.management.network.AzureReachabilityReportParameters.withEndTime(DateTime endTime)"
name: "withEndTime(DateTime endTime)"
nameWithType: "AzureReachabilityReportParameters.withEndTime(DateTime endTime)"
summary: "Set the end time for the Azure reachability report."
parameters:
- description: "the endTime value to set"
name: "endTime"
type: "<xref href=\"org.joda.time.DateTime?alt=org.joda.time.DateTime&text=DateTime\" data-throw-if-not-resolved=\"False\" />"
syntax: "public AzureReachabilityReportParameters withEndTime(DateTime endTime)"
desc: "Set the end time for the Azure reachability report."
returns:
description: "the AzureReachabilityReportParameters object itself."
type: "<xref href=\"com.microsoft.azure.management.network.AzureReachabilityReportParameters?alt=com.microsoft.azure.management.network.AzureReachabilityReportParameters&text=AzureReachabilityReportParameters\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.network.AzureReachabilityReportParameters.withProviderLocation(com.microsoft.azure.management.network.AzureReachabilityReportLocation)"
fullName: "com.microsoft.azure.management.network.AzureReachabilityReportParameters.withProviderLocation(AzureReachabilityReportLocation providerLocation)"
name: "withProviderLocation(AzureReachabilityReportLocation providerLocation)"
nameWithType: "AzureReachabilityReportParameters.withProviderLocation(AzureReachabilityReportLocation providerLocation)"
summary: "Set parameters that define a geographic location."
parameters:
- description: "the providerLocation value to set"
name: "providerLocation"
type: "<xref href=\"com.microsoft.azure.management.network.AzureReachabilityReportLocation?alt=com.microsoft.azure.management.network.AzureReachabilityReportLocation&text=AzureReachabilityReportLocation\" data-throw-if-not-resolved=\"False\" />"
syntax: "public AzureReachabilityReportParameters withProviderLocation(AzureReachabilityReportLocation providerLocation)"
desc: "Set parameters that define a geographic location."
returns:
description: "the AzureReachabilityReportParameters object itself."
type: "<xref href=\"com.microsoft.azure.management.network.AzureReachabilityReportParameters?alt=com.microsoft.azure.management.network.AzureReachabilityReportParameters&text=AzureReachabilityReportParameters\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.network.AzureReachabilityReportParameters.withProviders(java.util.List<java.lang.String>)"
fullName: "com.microsoft.azure.management.network.AzureReachabilityReportParameters.withProviders(List<String> providers)"
name: "withProviders(List<String> providers)"
nameWithType: "AzureReachabilityReportParameters.withProviders(List<String> providers)"
summary: "Set list of Internet service providers."
parameters:
- description: "the providers value to set"
name: "providers"
type: "<xref href=\"java.util.List?alt=java.util.List&text=List\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />&gt;"
syntax: "public AzureReachabilityReportParameters withProviders(List<String> providers)"
desc: "Set list of Internet service providers."
returns:
description: "the AzureReachabilityReportParameters object itself."
type: "<xref href=\"com.microsoft.azure.management.network.AzureReachabilityReportParameters?alt=com.microsoft.azure.management.network.AzureReachabilityReportParameters&text=AzureReachabilityReportParameters\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.network.AzureReachabilityReportParameters.withStartTime(org.joda.time.DateTime)"
fullName: "com.microsoft.azure.management.network.AzureReachabilityReportParameters.withStartTime(DateTime startTime)"
name: "withStartTime(DateTime startTime)"
nameWithType: "AzureReachabilityReportParameters.withStartTime(DateTime startTime)"
summary: "Set the start time for the Azure reachability report."
parameters:
- description: "the startTime value to set"
name: "startTime"
type: "<xref href=\"org.joda.time.DateTime?alt=org.joda.time.DateTime&text=DateTime\" data-throw-if-not-resolved=\"False\" />"
syntax: "public AzureReachabilityReportParameters withStartTime(DateTime startTime)"
desc: "Set the start time for the Azure reachability report."
returns:
description: "the AzureReachabilityReportParameters object itself."
type: "<xref href=\"com.microsoft.azure.management.network.AzureReachabilityReportParameters?alt=com.microsoft.azure.management.network.AzureReachabilityReportParameters&text=AzureReachabilityReportParameters\" data-throw-if-not-resolved=\"False\" />"
type: "class"
desc: "Geographic and time constraints for Azure reachability report."
metadata: {}
package: "com.microsoft.azure.management.network"
artifact: com.microsoft.azure:azure-mgmt-network:1.41.4