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

84 строки
5.0 KiB
YAML

### YamlMime:JavaType
uid: "com.microsoft.azure.management.network.IpTag"
fullName: "com.microsoft.azure.management.network.IpTag"
name: "IpTag"
nameWithType: "IpTag"
summary: "Contains the Ip<wbr>Tag associated with the object."
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 **IpTag**"
constructors:
- uid: "com.microsoft.azure.management.network.IpTag.IpTag()"
fullName: "com.microsoft.azure.management.network.IpTag.IpTag()"
name: "IpTag()"
nameWithType: "IpTag.IpTag()"
syntax: "public IpTag()"
methods:
- uid: "com.microsoft.azure.management.network.IpTag.ipTagType()"
fullName: "com.microsoft.azure.management.network.IpTag.ipTagType()"
name: "ipTagType()"
nameWithType: "IpTag.ipTagType()"
summary: "Get the IP tag type."
syntax: "public String ipTagType()"
desc: "Get the IP tag type. Example: FirstPartyUsage."
returns:
description: "the ipTagType 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.IpTag.tag()"
fullName: "com.microsoft.azure.management.network.IpTag.tag()"
name: "tag()"
nameWithType: "IpTag.tag()"
summary: "Get the value of the IP tag associated with the public IP."
syntax: "public String tag()"
desc: "Get the value of the IP tag associated with the public IP. Example: SQL."
returns:
description: "the tag 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.IpTag.withIpTagType(java.lang.String)"
fullName: "com.microsoft.azure.management.network.IpTag.withIpTagType(String ipTagType)"
name: "withIpTagType(String ipTagType)"
nameWithType: "IpTag.withIpTagType(String ipTagType)"
summary: "Set the IP tag type."
parameters:
- description: "the ipTagType value to set"
name: "ipTagType"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
syntax: "public IpTag withIpTagType(String ipTagType)"
desc: "Set the IP tag type. Example: FirstPartyUsage."
returns:
description: "the IpTag object itself."
type: "<xref href=\"com.microsoft.azure.management.network.IpTag?alt=com.microsoft.azure.management.network.IpTag&text=IpTag\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.network.IpTag.withTag(java.lang.String)"
fullName: "com.microsoft.azure.management.network.IpTag.withTag(String tag)"
name: "withTag(String tag)"
nameWithType: "IpTag.withTag(String tag)"
summary: "Set the value of the IP tag associated with the public IP."
parameters:
- description: "the tag value to set"
name: "tag"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
syntax: "public IpTag withTag(String tag)"
desc: "Set the value of the IP tag associated with the public IP. Example: SQL."
returns:
description: "the IpTag object itself."
type: "<xref href=\"com.microsoft.azure.management.network.IpTag?alt=com.microsoft.azure.management.network.IpTag&text=IpTag\" data-throw-if-not-resolved=\"False\" />"
type: "class"
desc: "Contains the IpTag associated with the object."
metadata: {}
package: "com.microsoft.azure.management.network"
artifact: com.microsoft.azure:azure-mgmt-network:1.41.4