137 строки
11 KiB
YAML
137 строки
11 KiB
YAML
### YamlMime:JavaType
|
|
uid: "com.azure.resourcemanager.managednetworkfabric.models.NetworkTapPatch"
|
|
fullName: "com.azure.resourcemanager.managednetworkfabric.models.NetworkTapPatch"
|
|
name: "NetworkTapPatch"
|
|
nameWithType: "NetworkTapPatch"
|
|
summary: "The Network<wbr>Fabric resource definition."
|
|
inheritances:
|
|
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"com.azure.resourcemanager.managednetworkfabric.models.TagsUpdate?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
|
|
inheritedClassMethods:
|
|
- classRef: "<xref href=\"com.azure.resourcemanager.managednetworkfabric.models.TagsUpdate?alt=com.azure.resourcemanager.managednetworkfabric.models.TagsUpdate&text=TagsUpdate\" data-throw-if-not-resolved=\"False\" />"
|
|
methodsRef:
|
|
- "<xref href=\"com.azure.resourcemanager.managednetworkfabric.models.TagsUpdate.tags()?alt=com.azure.resourcemanager.managednetworkfabric.models.TagsUpdate.tags&text=tags\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"com.azure.resourcemanager.managednetworkfabric.models.TagsUpdate.validate()?alt=com.azure.resourcemanager.managednetworkfabric.models.TagsUpdate.validate&text=validate\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"com.azure.resourcemanager.managednetworkfabric.models.TagsUpdate.withTags(java.util.Map<java.lang.String,java.lang.String>)?alt=com.azure.resourcemanager.managednetworkfabric.models.TagsUpdate.withTags&text=withTags\" data-throw-if-not-resolved=\"False\" />"
|
|
- classRef: "java.lang.<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html\">Object</a>"
|
|
methodsRef:
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#clone--\">clone</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#equals-java.lang.Object-\">equals</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#finalize--\">finalize</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#getClass--\">getClass</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#hashCode--\">hashCode</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notify--\">notify</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notifyAll--\">notifyAll</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#toString--\">toString</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait--\">wait</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-\">wait</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-int-\">wait</a>"
|
|
syntax: "public final class **NetworkTapPatch**</br> extends <xref href=\"com.azure.resourcemanager.managednetworkfabric.models.TagsUpdate?alt=com.azure.resourcemanager.managednetworkfabric.models.TagsUpdate&text=TagsUpdate\" data-throw-if-not-resolved=\"False\" />"
|
|
constructors:
|
|
- uid: "com.azure.resourcemanager.managednetworkfabric.models.NetworkTapPatch.NetworkTapPatch()"
|
|
fullName: "com.azure.resourcemanager.managednetworkfabric.models.NetworkTapPatch.NetworkTapPatch()"
|
|
name: "NetworkTapPatch()"
|
|
nameWithType: "NetworkTapPatch.NetworkTapPatch()"
|
|
summary: "Creates an instance of Network<wbr>Tap<wbr>Patch class."
|
|
syntax: "public NetworkTapPatch()"
|
|
desc: "Creates an instance of NetworkTapPatch class."
|
|
methods:
|
|
- uid: "com.azure.resourcemanager.managednetworkfabric.models.NetworkTapPatch.annotation()"
|
|
fullName: "com.azure.resourcemanager.managednetworkfabric.models.NetworkTapPatch.annotation()"
|
|
name: "annotation()"
|
|
nameWithType: "NetworkTapPatch.annotation()"
|
|
summary: "Get the annotation property: Switch configuration description."
|
|
syntax: "public String annotation()"
|
|
desc: "Get the annotation property: Switch configuration description."
|
|
returns:
|
|
description: "the annotation value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- uid: "com.azure.resourcemanager.managednetworkfabric.models.NetworkTapPatch.destinations()"
|
|
fullName: "com.azure.resourcemanager.managednetworkfabric.models.NetworkTapPatch.destinations()"
|
|
name: "destinations()"
|
|
nameWithType: "NetworkTapPatch.destinations()"
|
|
summary: "Get the destinations property: List of destination properties to send the filter traffic."
|
|
syntax: "public List<NetworkTapPatchableParametersDestinationsItem> destinations()"
|
|
desc: "Get the destinations property: List of destination properties to send the filter traffic."
|
|
returns:
|
|
description: "the destinations value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/List.html\">List</a><<xref href=\"com.azure.resourcemanager.managednetworkfabric.models.NetworkTapPatchableParametersDestinationsItem?alt=com.azure.resourcemanager.managednetworkfabric.models.NetworkTapPatchableParametersDestinationsItem&text=NetworkTapPatchableParametersDestinationsItem\" data-throw-if-not-resolved=\"False\" />>"
|
|
- uid: "com.azure.resourcemanager.managednetworkfabric.models.NetworkTapPatch.pollingType()"
|
|
fullName: "com.azure.resourcemanager.managednetworkfabric.models.NetworkTapPatch.pollingType()"
|
|
name: "pollingType()"
|
|
nameWithType: "NetworkTapPatch.pollingType()"
|
|
summary: "Get the polling<wbr>Type property: Polling type."
|
|
syntax: "public PollingType pollingType()"
|
|
desc: "Get the pollingType property: Polling type."
|
|
returns:
|
|
description: "the pollingType value."
|
|
type: "<xref href=\"com.azure.resourcemanager.managednetworkfabric.models.PollingType?alt=com.azure.resourcemanager.managednetworkfabric.models.PollingType&text=PollingType\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.managednetworkfabric.models.NetworkTapPatch.validate()"
|
|
fullName: "com.azure.resourcemanager.managednetworkfabric.models.NetworkTapPatch.validate()"
|
|
name: "validate()"
|
|
nameWithType: "NetworkTapPatch.validate()"
|
|
summary: "Validates the instance."
|
|
overridden: "com.azure.resourcemanager.managednetworkfabric.models.TagsUpdate.validate()"
|
|
syntax: "public void validate()"
|
|
desc: "Validates the instance."
|
|
- uid: "com.azure.resourcemanager.managednetworkfabric.models.NetworkTapPatch.withAnnotation(java.lang.String)"
|
|
fullName: "com.azure.resourcemanager.managednetworkfabric.models.NetworkTapPatch.withAnnotation(String annotation)"
|
|
name: "withAnnotation(String annotation)"
|
|
nameWithType: "NetworkTapPatch.withAnnotation(String annotation)"
|
|
summary: "Set the annotation property: Switch configuration description."
|
|
parameters:
|
|
- description: "the annotation value to set."
|
|
name: "annotation"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
syntax: "public NetworkTapPatch withAnnotation(String annotation)"
|
|
desc: "Set the annotation property: Switch configuration description."
|
|
returns:
|
|
description: "the NetworkTapPatch object itself."
|
|
type: "<xref href=\"com.azure.resourcemanager.managednetworkfabric.models.NetworkTapPatch?alt=com.azure.resourcemanager.managednetworkfabric.models.NetworkTapPatch&text=NetworkTapPatch\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.managednetworkfabric.models.NetworkTapPatch.withDestinations(java.util.List<com.azure.resourcemanager.managednetworkfabric.models.NetworkTapPatchableParametersDestinationsItem>)"
|
|
fullName: "com.azure.resourcemanager.managednetworkfabric.models.NetworkTapPatch.withDestinations(List<NetworkTapPatchableParametersDestinationsItem> destinations)"
|
|
name: "withDestinations(List<NetworkTapPatchableParametersDestinationsItem> destinations)"
|
|
nameWithType: "NetworkTapPatch.withDestinations(List<NetworkTapPatchableParametersDestinationsItem> destinations)"
|
|
summary: "Set the destinations property: List of destination properties to send the filter traffic."
|
|
parameters:
|
|
- description: "the destinations value to set."
|
|
name: "destinations"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/List.html\">List</a><<xref href=\"com.azure.resourcemanager.managednetworkfabric.models.NetworkTapPatchableParametersDestinationsItem?alt=com.azure.resourcemanager.managednetworkfabric.models.NetworkTapPatchableParametersDestinationsItem&text=NetworkTapPatchableParametersDestinationsItem\" data-throw-if-not-resolved=\"False\" />>"
|
|
syntax: "public NetworkTapPatch withDestinations(List<NetworkTapPatchableParametersDestinationsItem> destinations)"
|
|
desc: "Set the destinations property: List of destination properties to send the filter traffic."
|
|
returns:
|
|
description: "the NetworkTapPatch object itself."
|
|
type: "<xref href=\"com.azure.resourcemanager.managednetworkfabric.models.NetworkTapPatch?alt=com.azure.resourcemanager.managednetworkfabric.models.NetworkTapPatch&text=NetworkTapPatch\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.managednetworkfabric.models.NetworkTapPatch.withPollingType(com.azure.resourcemanager.managednetworkfabric.models.PollingType)"
|
|
fullName: "com.azure.resourcemanager.managednetworkfabric.models.NetworkTapPatch.withPollingType(PollingType pollingType)"
|
|
name: "withPollingType(PollingType pollingType)"
|
|
nameWithType: "NetworkTapPatch.withPollingType(PollingType pollingType)"
|
|
summary: "Set the polling<wbr>Type property: Polling type."
|
|
parameters:
|
|
- description: "the pollingType value to set."
|
|
name: "pollingType"
|
|
type: "<xref href=\"com.azure.resourcemanager.managednetworkfabric.models.PollingType?alt=com.azure.resourcemanager.managednetworkfabric.models.PollingType&text=PollingType\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public NetworkTapPatch withPollingType(PollingType pollingType)"
|
|
desc: "Set the pollingType property: Polling type."
|
|
returns:
|
|
description: "the NetworkTapPatch object itself."
|
|
type: "<xref href=\"com.azure.resourcemanager.managednetworkfabric.models.NetworkTapPatch?alt=com.azure.resourcemanager.managednetworkfabric.models.NetworkTapPatch&text=NetworkTapPatch\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.managednetworkfabric.models.NetworkTapPatch.withTags(java.util.Map<java.lang.String,java.lang.String>)"
|
|
fullName: "com.azure.resourcemanager.managednetworkfabric.models.NetworkTapPatch.withTags(Map<String,String> tags)"
|
|
name: "withTags(Map<String,String> tags)"
|
|
nameWithType: "NetworkTapPatch.withTags(Map<String,String> tags)"
|
|
summary: "Set the tags property: Resource tags."
|
|
overridden: "com.azure.resourcemanager.managednetworkfabric.models.TagsUpdate.withTags(java.util.Map<java.lang.String,java.lang.String>)"
|
|
parameters:
|
|
- name: "tags"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/Map.html\">Map</a><<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>,<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>>"
|
|
syntax: "public NetworkTapPatch withTags(Map<String,String> tags)"
|
|
desc: "Set the tags property: Resource tags."
|
|
returns:
|
|
type: "<xref href=\"com.azure.resourcemanager.managednetworkfabric.models.NetworkTapPatch?alt=com.azure.resourcemanager.managednetworkfabric.models.NetworkTapPatch&text=NetworkTapPatch\" data-throw-if-not-resolved=\"False\" />"
|
|
type: "class"
|
|
desc: "The NetworkFabric resource definition."
|
|
metadata: {}
|
|
package: "com.azure.resourcemanager.managednetworkfabric.models"
|
|
artifact: com.azure.resourcemanager:azure-resourcemanager-managednetworkfabric:1.0.0
|