azure-docs-sdk-java/docs-ref-autogen/com.azure.resourcemanager.n...

286 строки
25 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.resourcemanager.network.fluent.models.DscpConfigurationPropertiesFormat"
fullName: "com.azure.resourcemanager.network.fluent.models.DscpConfigurationPropertiesFormat"
name: "DscpConfigurationPropertiesFormat"
nameWithType: "DscpConfigurationPropertiesFormat"
summary: "Differentiated Services Code Point configuration properties."
inheritances:
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
inheritedClassMethods:
- 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 **DscpConfigurationPropertiesFormat**</br> implements <xref href=\"com.azure.json.JsonSerializable?alt=com.azure.json.JsonSerializable&text=JsonSerializable\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.resourcemanager.network.fluent.models.DscpConfigurationPropertiesFormat?alt=com.azure.resourcemanager.network.fluent.models.DscpConfigurationPropertiesFormat&text=DscpConfigurationPropertiesFormat\" data-throw-if-not-resolved=\"False\" />&gt;"
constructors:
- uid: "com.azure.resourcemanager.network.fluent.models.DscpConfigurationPropertiesFormat.DscpConfigurationPropertiesFormat()"
fullName: "com.azure.resourcemanager.network.fluent.models.DscpConfigurationPropertiesFormat.DscpConfigurationPropertiesFormat()"
name: "DscpConfigurationPropertiesFormat()"
nameWithType: "DscpConfigurationPropertiesFormat.DscpConfigurationPropertiesFormat()"
summary: "Creates an instance of Dscp<wbr>Configuration<wbr>Properties<wbr>Format class."
syntax: "public DscpConfigurationPropertiesFormat()"
desc: "Creates an instance of DscpConfigurationPropertiesFormat class."
methods:
- uid: "com.azure.resourcemanager.network.fluent.models.DscpConfigurationPropertiesFormat.associatedNetworkInterfaces()"
fullName: "com.azure.resourcemanager.network.fluent.models.DscpConfigurationPropertiesFormat.associatedNetworkInterfaces()"
name: "associatedNetworkInterfaces()"
nameWithType: "DscpConfigurationPropertiesFormat.associatedNetworkInterfaces()"
summary: "Get the associated<wbr>Network<wbr>Interfaces property: Associated Network Interfaces to the DSCP Configuration."
syntax: "public List<NetworkInterfaceInner> associatedNetworkInterfaces()"
desc: "Get the associatedNetworkInterfaces property: Associated Network Interfaces to the DSCP Configuration."
returns:
description: "the associatedNetworkInterfaces value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/List.html\">List</a>&lt;<xref href=\"com.azure.resourcemanager.network.fluent.models.NetworkInterfaceInner?alt=com.azure.resourcemanager.network.fluent.models.NetworkInterfaceInner&text=NetworkInterfaceInner\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.network.fluent.models.DscpConfigurationPropertiesFormat.destinationIpRanges()"
fullName: "com.azure.resourcemanager.network.fluent.models.DscpConfigurationPropertiesFormat.destinationIpRanges()"
name: "destinationIpRanges()"
nameWithType: "DscpConfigurationPropertiesFormat.destinationIpRanges()"
summary: "Get the destination<wbr>IpRanges property: Destination IP ranges."
syntax: "public List<QosIpRange> destinationIpRanges()"
desc: "Get the destinationIpRanges property: Destination IP ranges."
returns:
description: "the destinationIpRanges value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/List.html\">List</a>&lt;<xref href=\"com.azure.resourcemanager.network.models.QosIpRange?alt=com.azure.resourcemanager.network.models.QosIpRange&text=QosIpRange\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.network.fluent.models.DscpConfigurationPropertiesFormat.destinationPortRanges()"
fullName: "com.azure.resourcemanager.network.fluent.models.DscpConfigurationPropertiesFormat.destinationPortRanges()"
name: "destinationPortRanges()"
nameWithType: "DscpConfigurationPropertiesFormat.destinationPortRanges()"
summary: "Get the destination<wbr>Port<wbr>Ranges property: Destination port ranges."
syntax: "public List<QosPortRange> destinationPortRanges()"
desc: "Get the destinationPortRanges property: Destination port ranges."
returns:
description: "the destinationPortRanges value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/List.html\">List</a>&lt;<xref href=\"com.azure.resourcemanager.network.models.QosPortRange?alt=com.azure.resourcemanager.network.models.QosPortRange&text=QosPortRange\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.network.fluent.models.DscpConfigurationPropertiesFormat.fromJson(com.azure.json.JsonReader)"
fullName: "com.azure.resourcemanager.network.fluent.models.DscpConfigurationPropertiesFormat.fromJson(JsonReader jsonReader)"
name: "fromJson(JsonReader jsonReader)"
nameWithType: "DscpConfigurationPropertiesFormat.fromJson(JsonReader jsonReader)"
summary: "Reads an instance of Dscp<wbr>Configuration<wbr>Properties<wbr>Format from the Json<wbr>Reader."
modifiers:
- "static"
parameters:
- description: "The JsonReader being read."
name: "jsonReader"
type: "<xref href=\"com.azure.json.JsonReader?alt=com.azure.json.JsonReader&text=JsonReader\" data-throw-if-not-resolved=\"False\" />"
syntax: "public static DscpConfigurationPropertiesFormat fromJson(JsonReader jsonReader)"
exceptions:
- description: "If an error occurs while reading the DscpConfigurationPropertiesFormat."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/io/IOException.html\">IOException</a>"
desc: "Reads an instance of DscpConfigurationPropertiesFormat from the JsonReader."
returns:
description: "An instance of DscpConfigurationPropertiesFormat if the JsonReader was pointing to an instance of it, or\n null if it was pointing to JSON null."
type: "<xref href=\"com.azure.resourcemanager.network.fluent.models.DscpConfigurationPropertiesFormat?alt=com.azure.resourcemanager.network.fluent.models.DscpConfigurationPropertiesFormat&text=DscpConfigurationPropertiesFormat\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.network.fluent.models.DscpConfigurationPropertiesFormat.markings()"
fullName: "com.azure.resourcemanager.network.fluent.models.DscpConfigurationPropertiesFormat.markings()"
name: "markings()"
nameWithType: "DscpConfigurationPropertiesFormat.markings()"
summary: "Get the markings property: List of markings to be used in the configuration."
syntax: "public List<Integer> markings()"
desc: "Get the markings property: List of markings to be used in the configuration."
returns:
description: "the markings value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/List.html\">List</a>&lt;<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Integer.html\">Integer</a>&gt;"
- uid: "com.azure.resourcemanager.network.fluent.models.DscpConfigurationPropertiesFormat.protocol()"
fullName: "com.azure.resourcemanager.network.fluent.models.DscpConfigurationPropertiesFormat.protocol()"
name: "protocol()"
nameWithType: "DscpConfigurationPropertiesFormat.protocol()"
summary: "Get the protocol property: RNM supported protocol types."
syntax: "public ProtocolType protocol()"
desc: "Get the protocol property: RNM supported protocol types."
returns:
description: "the protocol value."
type: "<xref href=\"com.azure.resourcemanager.network.models.ProtocolType?alt=com.azure.resourcemanager.network.models.ProtocolType&text=ProtocolType\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.network.fluent.models.DscpConfigurationPropertiesFormat.provisioningState()"
fullName: "com.azure.resourcemanager.network.fluent.models.DscpConfigurationPropertiesFormat.provisioningState()"
name: "provisioningState()"
nameWithType: "DscpConfigurationPropertiesFormat.provisioningState()"
summary: "Get the provisioning<wbr>State property: The provisioning state of the DSCP Configuration resource."
syntax: "public ProvisioningState provisioningState()"
desc: "Get the provisioningState property: The provisioning state of the DSCP Configuration resource."
returns:
description: "the provisioningState value."
type: "<xref href=\"com.azure.resourcemanager.network.models.ProvisioningState?alt=com.azure.resourcemanager.network.models.ProvisioningState&text=ProvisioningState\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.network.fluent.models.DscpConfigurationPropertiesFormat.qosCollectionId()"
fullName: "com.azure.resourcemanager.network.fluent.models.DscpConfigurationPropertiesFormat.qosCollectionId()"
name: "qosCollectionId()"
nameWithType: "DscpConfigurationPropertiesFormat.qosCollectionId()"
summary: "Get the qos<wbr>Collection<wbr>Id property: Qos Collection ID generated by RNM."
syntax: "public String qosCollectionId()"
desc: "Get the qosCollectionId property: Qos Collection ID generated by RNM."
returns:
description: "the qosCollectionId value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.network.fluent.models.DscpConfigurationPropertiesFormat.qosDefinitionCollection()"
fullName: "com.azure.resourcemanager.network.fluent.models.DscpConfigurationPropertiesFormat.qosDefinitionCollection()"
name: "qosDefinitionCollection()"
nameWithType: "DscpConfigurationPropertiesFormat.qosDefinitionCollection()"
summary: "Get the qos<wbr>Definition<wbr>Collection property: QoS object definitions."
syntax: "public List<QosDefinition> qosDefinitionCollection()"
desc: "Get the qosDefinitionCollection property: QoS object definitions."
returns:
description: "the qosDefinitionCollection value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/List.html\">List</a>&lt;<xref href=\"com.azure.resourcemanager.network.models.QosDefinition?alt=com.azure.resourcemanager.network.models.QosDefinition&text=QosDefinition\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.network.fluent.models.DscpConfigurationPropertiesFormat.resourceGuid()"
fullName: "com.azure.resourcemanager.network.fluent.models.DscpConfigurationPropertiesFormat.resourceGuid()"
name: "resourceGuid()"
nameWithType: "DscpConfigurationPropertiesFormat.resourceGuid()"
summary: "Get the resource<wbr>Guid property: The resource GUID property of the DSCP Configuration resource."
syntax: "public String resourceGuid()"
desc: "Get the resourceGuid property: The resource GUID property of the DSCP Configuration resource."
returns:
description: "the resourceGuid value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.network.fluent.models.DscpConfigurationPropertiesFormat.sourceIpRanges()"
fullName: "com.azure.resourcemanager.network.fluent.models.DscpConfigurationPropertiesFormat.sourceIpRanges()"
name: "sourceIpRanges()"
nameWithType: "DscpConfigurationPropertiesFormat.sourceIpRanges()"
summary: "Get the source<wbr>IpRanges property: Source IP ranges."
syntax: "public List<QosIpRange> sourceIpRanges()"
desc: "Get the sourceIpRanges property: Source IP ranges."
returns:
description: "the sourceIpRanges value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/List.html\">List</a>&lt;<xref href=\"com.azure.resourcemanager.network.models.QosIpRange?alt=com.azure.resourcemanager.network.models.QosIpRange&text=QosIpRange\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.network.fluent.models.DscpConfigurationPropertiesFormat.sourcePortRanges()"
fullName: "com.azure.resourcemanager.network.fluent.models.DscpConfigurationPropertiesFormat.sourcePortRanges()"
name: "sourcePortRanges()"
nameWithType: "DscpConfigurationPropertiesFormat.sourcePortRanges()"
summary: "Get the source<wbr>Port<wbr>Ranges property: Sources port ranges."
syntax: "public List<QosPortRange> sourcePortRanges()"
desc: "Get the sourcePortRanges property: Sources port ranges."
returns:
description: "the sourcePortRanges value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/List.html\">List</a>&lt;<xref href=\"com.azure.resourcemanager.network.models.QosPortRange?alt=com.azure.resourcemanager.network.models.QosPortRange&text=QosPortRange\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.network.fluent.models.DscpConfigurationPropertiesFormat.toJson(com.azure.json.JsonWriter)"
fullName: "com.azure.resourcemanager.network.fluent.models.DscpConfigurationPropertiesFormat.toJson(JsonWriter jsonWriter)"
name: "toJson(JsonWriter jsonWriter)"
nameWithType: "DscpConfigurationPropertiesFormat.toJson(JsonWriter jsonWriter)"
parameters:
- name: "jsonWriter"
type: "<xref href=\"com.azure.json.JsonWriter?alt=com.azure.json.JsonWriter&text=JsonWriter\" data-throw-if-not-resolved=\"False\" />"
syntax: "public JsonWriter toJson(JsonWriter jsonWriter)"
exceptions:
- type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/io/IOException.html\">IOException</a>"
returns:
type: "<xref href=\"com.azure.json.JsonWriter?alt=com.azure.json.JsonWriter&text=JsonWriter\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.network.fluent.models.DscpConfigurationPropertiesFormat.validate()"
fullName: "com.azure.resourcemanager.network.fluent.models.DscpConfigurationPropertiesFormat.validate()"
name: "validate()"
nameWithType: "DscpConfigurationPropertiesFormat.validate()"
summary: "Validates the instance."
syntax: "public void validate()"
desc: "Validates the instance."
- uid: "com.azure.resourcemanager.network.fluent.models.DscpConfigurationPropertiesFormat.withDestinationIpRanges(java.util.List<com.azure.resourcemanager.network.models.QosIpRange>)"
fullName: "com.azure.resourcemanager.network.fluent.models.DscpConfigurationPropertiesFormat.withDestinationIpRanges(List<QosIpRange> destinationIpRanges)"
name: "withDestinationIpRanges(List<QosIpRange> destinationIpRanges)"
nameWithType: "DscpConfigurationPropertiesFormat.withDestinationIpRanges(List<QosIpRange> destinationIpRanges)"
summary: "Set the destination<wbr>IpRanges property: Destination IP ranges."
parameters:
- description: "the destinationIpRanges value to set."
name: "destinationIpRanges"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/List.html\">List</a>&lt;<xref href=\"com.azure.resourcemanager.network.models.QosIpRange?alt=com.azure.resourcemanager.network.models.QosIpRange&text=QosIpRange\" data-throw-if-not-resolved=\"False\" />&gt;"
syntax: "public DscpConfigurationPropertiesFormat withDestinationIpRanges(List<QosIpRange> destinationIpRanges)"
desc: "Set the destinationIpRanges property: Destination IP ranges."
returns:
description: "the DscpConfigurationPropertiesFormat object itself."
type: "<xref href=\"com.azure.resourcemanager.network.fluent.models.DscpConfigurationPropertiesFormat?alt=com.azure.resourcemanager.network.fluent.models.DscpConfigurationPropertiesFormat&text=DscpConfigurationPropertiesFormat\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.network.fluent.models.DscpConfigurationPropertiesFormat.withDestinationPortRanges(java.util.List<com.azure.resourcemanager.network.models.QosPortRange>)"
fullName: "com.azure.resourcemanager.network.fluent.models.DscpConfigurationPropertiesFormat.withDestinationPortRanges(List<QosPortRange> destinationPortRanges)"
name: "withDestinationPortRanges(List<QosPortRange> destinationPortRanges)"
nameWithType: "DscpConfigurationPropertiesFormat.withDestinationPortRanges(List<QosPortRange> destinationPortRanges)"
summary: "Set the destination<wbr>Port<wbr>Ranges property: Destination port ranges."
parameters:
- description: "the destinationPortRanges value to set."
name: "destinationPortRanges"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/List.html\">List</a>&lt;<xref href=\"com.azure.resourcemanager.network.models.QosPortRange?alt=com.azure.resourcemanager.network.models.QosPortRange&text=QosPortRange\" data-throw-if-not-resolved=\"False\" />&gt;"
syntax: "public DscpConfigurationPropertiesFormat withDestinationPortRanges(List<QosPortRange> destinationPortRanges)"
desc: "Set the destinationPortRanges property: Destination port ranges."
returns:
description: "the DscpConfigurationPropertiesFormat object itself."
type: "<xref href=\"com.azure.resourcemanager.network.fluent.models.DscpConfigurationPropertiesFormat?alt=com.azure.resourcemanager.network.fluent.models.DscpConfigurationPropertiesFormat&text=DscpConfigurationPropertiesFormat\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.network.fluent.models.DscpConfigurationPropertiesFormat.withMarkings(java.util.List<java.lang.Integer>)"
fullName: "com.azure.resourcemanager.network.fluent.models.DscpConfigurationPropertiesFormat.withMarkings(List<Integer> markings)"
name: "withMarkings(List<Integer> markings)"
nameWithType: "DscpConfigurationPropertiesFormat.withMarkings(List<Integer> markings)"
summary: "Set the markings property: List of markings to be used in the configuration."
parameters:
- description: "the markings value to set."
name: "markings"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/List.html\">List</a>&lt;<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Integer.html\">Integer</a>&gt;"
syntax: "public DscpConfigurationPropertiesFormat withMarkings(List<Integer> markings)"
desc: "Set the markings property: List of markings to be used in the configuration."
returns:
description: "the DscpConfigurationPropertiesFormat object itself."
type: "<xref href=\"com.azure.resourcemanager.network.fluent.models.DscpConfigurationPropertiesFormat?alt=com.azure.resourcemanager.network.fluent.models.DscpConfigurationPropertiesFormat&text=DscpConfigurationPropertiesFormat\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.network.fluent.models.DscpConfigurationPropertiesFormat.withProtocol(com.azure.resourcemanager.network.models.ProtocolType)"
fullName: "com.azure.resourcemanager.network.fluent.models.DscpConfigurationPropertiesFormat.withProtocol(ProtocolType protocol)"
name: "withProtocol(ProtocolType protocol)"
nameWithType: "DscpConfigurationPropertiesFormat.withProtocol(ProtocolType protocol)"
summary: "Set the protocol property: RNM supported protocol types."
parameters:
- description: "the protocol value to set."
name: "protocol"
type: "<xref href=\"com.azure.resourcemanager.network.models.ProtocolType?alt=com.azure.resourcemanager.network.models.ProtocolType&text=ProtocolType\" data-throw-if-not-resolved=\"False\" />"
syntax: "public DscpConfigurationPropertiesFormat withProtocol(ProtocolType protocol)"
desc: "Set the protocol property: RNM supported protocol types."
returns:
description: "the DscpConfigurationPropertiesFormat object itself."
type: "<xref href=\"com.azure.resourcemanager.network.fluent.models.DscpConfigurationPropertiesFormat?alt=com.azure.resourcemanager.network.fluent.models.DscpConfigurationPropertiesFormat&text=DscpConfigurationPropertiesFormat\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.network.fluent.models.DscpConfigurationPropertiesFormat.withQosDefinitionCollection(java.util.List<com.azure.resourcemanager.network.models.QosDefinition>)"
fullName: "com.azure.resourcemanager.network.fluent.models.DscpConfigurationPropertiesFormat.withQosDefinitionCollection(List<QosDefinition> qosDefinitionCollection)"
name: "withQosDefinitionCollection(List<QosDefinition> qosDefinitionCollection)"
nameWithType: "DscpConfigurationPropertiesFormat.withQosDefinitionCollection(List<QosDefinition> qosDefinitionCollection)"
summary: "Set the qos<wbr>Definition<wbr>Collection property: QoS object definitions."
parameters:
- description: "the qosDefinitionCollection value to set."
name: "qosDefinitionCollection"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/List.html\">List</a>&lt;<xref href=\"com.azure.resourcemanager.network.models.QosDefinition?alt=com.azure.resourcemanager.network.models.QosDefinition&text=QosDefinition\" data-throw-if-not-resolved=\"False\" />&gt;"
syntax: "public DscpConfigurationPropertiesFormat withQosDefinitionCollection(List<QosDefinition> qosDefinitionCollection)"
desc: "Set the qosDefinitionCollection property: QoS object definitions."
returns:
description: "the DscpConfigurationPropertiesFormat object itself."
type: "<xref href=\"com.azure.resourcemanager.network.fluent.models.DscpConfigurationPropertiesFormat?alt=com.azure.resourcemanager.network.fluent.models.DscpConfigurationPropertiesFormat&text=DscpConfigurationPropertiesFormat\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.network.fluent.models.DscpConfigurationPropertiesFormat.withSourceIpRanges(java.util.List<com.azure.resourcemanager.network.models.QosIpRange>)"
fullName: "com.azure.resourcemanager.network.fluent.models.DscpConfigurationPropertiesFormat.withSourceIpRanges(List<QosIpRange> sourceIpRanges)"
name: "withSourceIpRanges(List<QosIpRange> sourceIpRanges)"
nameWithType: "DscpConfigurationPropertiesFormat.withSourceIpRanges(List<QosIpRange> sourceIpRanges)"
summary: "Set the source<wbr>IpRanges property: Source IP ranges."
parameters:
- description: "the sourceIpRanges value to set."
name: "sourceIpRanges"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/List.html\">List</a>&lt;<xref href=\"com.azure.resourcemanager.network.models.QosIpRange?alt=com.azure.resourcemanager.network.models.QosIpRange&text=QosIpRange\" data-throw-if-not-resolved=\"False\" />&gt;"
syntax: "public DscpConfigurationPropertiesFormat withSourceIpRanges(List<QosIpRange> sourceIpRanges)"
desc: "Set the sourceIpRanges property: Source IP ranges."
returns:
description: "the DscpConfigurationPropertiesFormat object itself."
type: "<xref href=\"com.azure.resourcemanager.network.fluent.models.DscpConfigurationPropertiesFormat?alt=com.azure.resourcemanager.network.fluent.models.DscpConfigurationPropertiesFormat&text=DscpConfigurationPropertiesFormat\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.network.fluent.models.DscpConfigurationPropertiesFormat.withSourcePortRanges(java.util.List<com.azure.resourcemanager.network.models.QosPortRange>)"
fullName: "com.azure.resourcemanager.network.fluent.models.DscpConfigurationPropertiesFormat.withSourcePortRanges(List<QosPortRange> sourcePortRanges)"
name: "withSourcePortRanges(List<QosPortRange> sourcePortRanges)"
nameWithType: "DscpConfigurationPropertiesFormat.withSourcePortRanges(List<QosPortRange> sourcePortRanges)"
summary: "Set the source<wbr>Port<wbr>Ranges property: Sources port ranges."
parameters:
- description: "the sourcePortRanges value to set."
name: "sourcePortRanges"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/List.html\">List</a>&lt;<xref href=\"com.azure.resourcemanager.network.models.QosPortRange?alt=com.azure.resourcemanager.network.models.QosPortRange&text=QosPortRange\" data-throw-if-not-resolved=\"False\" />&gt;"
syntax: "public DscpConfigurationPropertiesFormat withSourcePortRanges(List<QosPortRange> sourcePortRanges)"
desc: "Set the sourcePortRanges property: Sources port ranges."
returns:
description: "the DscpConfigurationPropertiesFormat object itself."
type: "<xref href=\"com.azure.resourcemanager.network.fluent.models.DscpConfigurationPropertiesFormat?alt=com.azure.resourcemanager.network.fluent.models.DscpConfigurationPropertiesFormat&text=DscpConfigurationPropertiesFormat\" data-throw-if-not-resolved=\"False\" />"
type: "class"
desc: "Differentiated Services Code Point configuration properties."
implements:
- "<xref href=\"com.azure.json.JsonSerializable?alt=com.azure.json.JsonSerializable&text=JsonSerializable\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.resourcemanager.network.fluent.models.DscpConfigurationPropertiesFormat?alt=com.azure.resourcemanager.network.fluent.models.DscpConfigurationPropertiesFormat&text=DscpConfigurationPropertiesFormat\" data-throw-if-not-resolved=\"False\" />&gt;"
metadata: {}
package: "com.azure.resourcemanager.network.fluent.models"
artifact: com.azure.resourcemanager:azure-resourcemanager-network:2.42.0