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

156 строки
11 KiB
YAML

### YamlMime:JavaType
uid: "com.microsoft.azure.management.network.ConnectionMonitorTestGroup"
fullName: "com.microsoft.azure.management.network.ConnectionMonitorTestGroup"
name: "ConnectionMonitorTestGroup"
nameWithType: "ConnectionMonitorTestGroup"
summary: "Describes the connection monitor test group."
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 **ConnectionMonitorTestGroup**"
constructors:
- uid: "com.microsoft.azure.management.network.ConnectionMonitorTestGroup.ConnectionMonitorTestGroup()"
fullName: "com.microsoft.azure.management.network.ConnectionMonitorTestGroup.ConnectionMonitorTestGroup()"
name: "ConnectionMonitorTestGroup()"
nameWithType: "ConnectionMonitorTestGroup.ConnectionMonitorTestGroup()"
syntax: "public ConnectionMonitorTestGroup()"
methods:
- uid: "com.microsoft.azure.management.network.ConnectionMonitorTestGroup.destinations()"
fullName: "com.microsoft.azure.management.network.ConnectionMonitorTestGroup.destinations()"
name: "destinations()"
nameWithType: "ConnectionMonitorTestGroup.destinations()"
summary: "Get list of destination endpoint names."
syntax: "public List<String> destinations()"
desc: "Get list of destination endpoint names."
returns:
description: "the destinations 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.ConnectionMonitorTestGroup.disable()"
fullName: "com.microsoft.azure.management.network.ConnectionMonitorTestGroup.disable()"
name: "disable()"
nameWithType: "ConnectionMonitorTestGroup.disable()"
summary: "Get value indicating whether test group is disabled."
syntax: "public Boolean disable()"
desc: "Get value indicating whether test group is disabled."
returns:
description: "the disable value"
type: "<xref href=\"java.lang.Boolean?alt=java.lang.Boolean&text=Boolean\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.network.ConnectionMonitorTestGroup.name()"
fullName: "com.microsoft.azure.management.network.ConnectionMonitorTestGroup.name()"
name: "name()"
nameWithType: "ConnectionMonitorTestGroup.name()"
summary: "Get the name of the connection monitor test group."
syntax: "public String name()"
desc: "Get the name of the connection monitor test group."
returns:
description: "the name 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.ConnectionMonitorTestGroup.sources()"
fullName: "com.microsoft.azure.management.network.ConnectionMonitorTestGroup.sources()"
name: "sources()"
nameWithType: "ConnectionMonitorTestGroup.sources()"
summary: "Get list of source endpoint names."
syntax: "public List<String> sources()"
desc: "Get list of source endpoint names."
returns:
description: "the sources 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.ConnectionMonitorTestGroup.testConfigurations()"
fullName: "com.microsoft.azure.management.network.ConnectionMonitorTestGroup.testConfigurations()"
name: "testConfigurations()"
nameWithType: "ConnectionMonitorTestGroup.testConfigurations()"
summary: "Get list of test configuration names."
syntax: "public List<String> testConfigurations()"
desc: "Get list of test configuration names."
returns:
description: "the testConfigurations 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.ConnectionMonitorTestGroup.withDestinations(java.util.List<java.lang.String>)"
fullName: "com.microsoft.azure.management.network.ConnectionMonitorTestGroup.withDestinations(List<String> destinations)"
name: "withDestinations(List<String> destinations)"
nameWithType: "ConnectionMonitorTestGroup.withDestinations(List<String> destinations)"
summary: "Set list of destination endpoint names."
parameters:
- description: "the destinations value to set"
name: "destinations"
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 ConnectionMonitorTestGroup withDestinations(List<String> destinations)"
desc: "Set list of destination endpoint names."
returns:
description: "the ConnectionMonitorTestGroup object itself."
type: "<xref href=\"com.microsoft.azure.management.network.ConnectionMonitorTestGroup?alt=com.microsoft.azure.management.network.ConnectionMonitorTestGroup&text=ConnectionMonitorTestGroup\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.network.ConnectionMonitorTestGroup.withDisable(java.lang.Boolean)"
fullName: "com.microsoft.azure.management.network.ConnectionMonitorTestGroup.withDisable(Boolean disable)"
name: "withDisable(Boolean disable)"
nameWithType: "ConnectionMonitorTestGroup.withDisable(Boolean disable)"
summary: "Set value indicating whether test group is disabled."
parameters:
- description: "the disable value to set"
name: "disable"
type: "<xref href=\"java.lang.Boolean?alt=java.lang.Boolean&text=Boolean\" data-throw-if-not-resolved=\"False\" />"
syntax: "public ConnectionMonitorTestGroup withDisable(Boolean disable)"
desc: "Set value indicating whether test group is disabled."
returns:
description: "the ConnectionMonitorTestGroup object itself."
type: "<xref href=\"com.microsoft.azure.management.network.ConnectionMonitorTestGroup?alt=com.microsoft.azure.management.network.ConnectionMonitorTestGroup&text=ConnectionMonitorTestGroup\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.network.ConnectionMonitorTestGroup.withName(java.lang.String)"
fullName: "com.microsoft.azure.management.network.ConnectionMonitorTestGroup.withName(String name)"
name: "withName(String name)"
nameWithType: "ConnectionMonitorTestGroup.withName(String name)"
summary: "Set the name of the connection monitor test group."
parameters:
- description: "the name value to set"
name: "name"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
syntax: "public ConnectionMonitorTestGroup withName(String name)"
desc: "Set the name of the connection monitor test group."
returns:
description: "the ConnectionMonitorTestGroup object itself."
type: "<xref href=\"com.microsoft.azure.management.network.ConnectionMonitorTestGroup?alt=com.microsoft.azure.management.network.ConnectionMonitorTestGroup&text=ConnectionMonitorTestGroup\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.network.ConnectionMonitorTestGroup.withSources(java.util.List<java.lang.String>)"
fullName: "com.microsoft.azure.management.network.ConnectionMonitorTestGroup.withSources(List<String> sources)"
name: "withSources(List<String> sources)"
nameWithType: "ConnectionMonitorTestGroup.withSources(List<String> sources)"
summary: "Set list of source endpoint names."
parameters:
- description: "the sources value to set"
name: "sources"
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 ConnectionMonitorTestGroup withSources(List<String> sources)"
desc: "Set list of source endpoint names."
returns:
description: "the ConnectionMonitorTestGroup object itself."
type: "<xref href=\"com.microsoft.azure.management.network.ConnectionMonitorTestGroup?alt=com.microsoft.azure.management.network.ConnectionMonitorTestGroup&text=ConnectionMonitorTestGroup\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.network.ConnectionMonitorTestGroup.withTestConfigurations(java.util.List<java.lang.String>)"
fullName: "com.microsoft.azure.management.network.ConnectionMonitorTestGroup.withTestConfigurations(List<String> testConfigurations)"
name: "withTestConfigurations(List<String> testConfigurations)"
nameWithType: "ConnectionMonitorTestGroup.withTestConfigurations(List<String> testConfigurations)"
summary: "Set list of test configuration names."
parameters:
- description: "the testConfigurations value to set"
name: "testConfigurations"
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 ConnectionMonitorTestGroup withTestConfigurations(List<String> testConfigurations)"
desc: "Set list of test configuration names."
returns:
description: "the ConnectionMonitorTestGroup object itself."
type: "<xref href=\"com.microsoft.azure.management.network.ConnectionMonitorTestGroup?alt=com.microsoft.azure.management.network.ConnectionMonitorTestGroup&text=ConnectionMonitorTestGroup\" data-throw-if-not-resolved=\"False\" />"
type: "class"
desc: "Describes the connection monitor test group."
metadata: {}
package: "com.microsoft.azure.management.network"
artifact: com.microsoft.azure:azure-mgmt-network:1.41.4