234 строки
17 KiB
YAML
234 строки
17 KiB
YAML
### YamlMime:JavaType
|
|
uid: "com.azure.resourcemanager.servicebus.fluent.models.RuleInner"
|
|
fullName: "com.azure.resourcemanager.servicebus.fluent.models.RuleInner"
|
|
name: "RuleInner"
|
|
nameWithType: "RuleInner"
|
|
summary: "Description of Rule Resource."
|
|
inheritances:
|
|
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"com.azure.core.management.ProxyResource?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
|
|
inheritedClassMethods:
|
|
- classRef: "<xref href=\"com.azure.core.management.ProxyResource?alt=com.azure.core.management.ProxyResource&text=ProxyResource\" data-throw-if-not-resolved=\"False\" />"
|
|
methodsRef:
|
|
- "<xref href=\"com.azure.core.management.ProxyResource.fromJson(com.azure.json.JsonReader)?alt=com.azure.core.management.ProxyResource.fromJson&text=fromJson\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"com.azure.core.management.ProxyResource.id()?alt=com.azure.core.management.ProxyResource.id&text=id\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"com.azure.core.management.ProxyResource.name()?alt=com.azure.core.management.ProxyResource.name&text=name\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"com.azure.core.management.ProxyResource.toJson(com.azure.json.JsonWriter)?alt=com.azure.core.management.ProxyResource.toJson&text=toJson\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"com.azure.core.management.ProxyResource.type()?alt=com.azure.core.management.ProxyResource.type&text=type\" 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 **RuleInner**</br> extends <xref href=\"com.azure.core.management.ProxyResource?alt=com.azure.core.management.ProxyResource&text=ProxyResource\" data-throw-if-not-resolved=\"False\" />"
|
|
constructors:
|
|
- uid: "com.azure.resourcemanager.servicebus.fluent.models.RuleInner.RuleInner()"
|
|
fullName: "com.azure.resourcemanager.servicebus.fluent.models.RuleInner.RuleInner()"
|
|
name: "RuleInner()"
|
|
nameWithType: "RuleInner.RuleInner()"
|
|
summary: "Creates an instance of Rule<wbr>Inner class."
|
|
syntax: "public RuleInner()"
|
|
desc: "Creates an instance of RuleInner class."
|
|
methods:
|
|
- uid: "com.azure.resourcemanager.servicebus.fluent.models.RuleInner.action()"
|
|
fullName: "com.azure.resourcemanager.servicebus.fluent.models.RuleInner.action()"
|
|
name: "action()"
|
|
nameWithType: "RuleInner.action()"
|
|
summary: "Get the action property: Represents the filter actions which are allowed for the transformation of a message that have been matched by a filter expression."
|
|
syntax: "public Action action()"
|
|
desc: "Get the action property: Represents the filter actions which are allowed for the transformation of a message that have been matched by a filter expression."
|
|
returns:
|
|
description: "the action value."
|
|
type: "<xref href=\"com.azure.resourcemanager.servicebus.models.Action?alt=com.azure.resourcemanager.servicebus.models.Action&text=Action\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.servicebus.fluent.models.RuleInner.correlationFilter()"
|
|
fullName: "com.azure.resourcemanager.servicebus.fluent.models.RuleInner.correlationFilter()"
|
|
name: "correlationFilter()"
|
|
nameWithType: "RuleInner.correlationFilter()"
|
|
summary: "Get the correlation<wbr>Filter property: Properties of correlation<wbr>Filter."
|
|
syntax: "public CorrelationFilter correlationFilter()"
|
|
desc: "Get the correlationFilter property: Properties of correlationFilter."
|
|
returns:
|
|
description: "the correlationFilter value."
|
|
type: "<xref href=\"com.azure.resourcemanager.servicebus.models.CorrelationFilter?alt=com.azure.resourcemanager.servicebus.models.CorrelationFilter&text=CorrelationFilter\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.servicebus.fluent.models.RuleInner.filterType()"
|
|
fullName: "com.azure.resourcemanager.servicebus.fluent.models.RuleInner.filterType()"
|
|
name: "filterType()"
|
|
nameWithType: "RuleInner.filterType()"
|
|
summary: "Get the filter<wbr>Type property: Filter type that is evaluated against a Brokered<wbr>Message."
|
|
syntax: "public FilterType filterType()"
|
|
desc: "Get the filterType property: Filter type that is evaluated against a BrokeredMessage."
|
|
returns:
|
|
description: "the filterType value."
|
|
type: "<xref href=\"com.azure.resourcemanager.servicebus.models.FilterType?alt=com.azure.resourcemanager.servicebus.models.FilterType&text=FilterType\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.servicebus.fluent.models.RuleInner.fromJson(com.azure.json.JsonReader)"
|
|
fullName: "com.azure.resourcemanager.servicebus.fluent.models.RuleInner.fromJson(JsonReader jsonReader)"
|
|
name: "fromJson(JsonReader jsonReader)"
|
|
nameWithType: "RuleInner.fromJson(JsonReader jsonReader)"
|
|
summary: "Reads an instance of Rule<wbr>Inner 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 RuleInner fromJson(JsonReader jsonReader)"
|
|
exceptions:
|
|
- description: "If the deserialized JSON object was missing any required properties."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/io/IOException.html\">IOException</a>"
|
|
desc: "Reads an instance of RuleInner from the JsonReader."
|
|
returns:
|
|
description: "An instance of RuleInner if the JsonReader was pointing to an instance of it, or null if it was pointing\n to JSON null."
|
|
type: "<xref href=\"com.azure.resourcemanager.servicebus.fluent.models.RuleInner?alt=com.azure.resourcemanager.servicebus.fluent.models.RuleInner&text=RuleInner\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.servicebus.fluent.models.RuleInner.id()"
|
|
fullName: "com.azure.resourcemanager.servicebus.fluent.models.RuleInner.id()"
|
|
name: "id()"
|
|
nameWithType: "RuleInner.id()"
|
|
summary: "Get the id property: Fully qualified resource Id for the resource."
|
|
overridden: "com.azure.core.management.ProxyResource.id()"
|
|
syntax: "public String id()"
|
|
desc: "Get the id property: Fully qualified resource Id for the resource."
|
|
returns:
|
|
description: "the id value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- uid: "com.azure.resourcemanager.servicebus.fluent.models.RuleInner.location()"
|
|
fullName: "com.azure.resourcemanager.servicebus.fluent.models.RuleInner.location()"
|
|
name: "location()"
|
|
nameWithType: "RuleInner.location()"
|
|
summary: "Get the location property: The geo-location where the resource lives."
|
|
syntax: "public String location()"
|
|
desc: "Get the location property: The geo-location where the resource lives."
|
|
returns:
|
|
description: "the location value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- uid: "com.azure.resourcemanager.servicebus.fluent.models.RuleInner.name()"
|
|
fullName: "com.azure.resourcemanager.servicebus.fluent.models.RuleInner.name()"
|
|
name: "name()"
|
|
nameWithType: "RuleInner.name()"
|
|
summary: "Get the name property: The name of the resource."
|
|
overridden: "com.azure.core.management.ProxyResource.name()"
|
|
syntax: "public String name()"
|
|
desc: "Get the name property: The name of the resource."
|
|
returns:
|
|
description: "the name value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- uid: "com.azure.resourcemanager.servicebus.fluent.models.RuleInner.sqlFilter()"
|
|
fullName: "com.azure.resourcemanager.servicebus.fluent.models.RuleInner.sqlFilter()"
|
|
name: "sqlFilter()"
|
|
nameWithType: "RuleInner.sqlFilter()"
|
|
summary: "Get the sql<wbr>Filter property: Properties of sql<wbr>Filter."
|
|
syntax: "public SqlFilter sqlFilter()"
|
|
desc: "Get the sqlFilter property: Properties of sqlFilter."
|
|
returns:
|
|
description: "the sqlFilter value."
|
|
type: "<xref href=\"com.azure.resourcemanager.servicebus.models.SqlFilter?alt=com.azure.resourcemanager.servicebus.models.SqlFilter&text=SqlFilter\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.servicebus.fluent.models.RuleInner.systemData()"
|
|
fullName: "com.azure.resourcemanager.servicebus.fluent.models.RuleInner.systemData()"
|
|
name: "systemData()"
|
|
nameWithType: "RuleInner.systemData()"
|
|
summary: "Get the system<wbr>Data property: The system meta data relating to this resource."
|
|
syntax: "public SystemData systemData()"
|
|
desc: "Get the systemData property: The system meta data relating to this resource."
|
|
returns:
|
|
description: "the systemData value."
|
|
type: "<xref href=\"com.azure.core.management.SystemData?alt=com.azure.core.management.SystemData&text=SystemData\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.servicebus.fluent.models.RuleInner.toJson(com.azure.json.JsonWriter)"
|
|
fullName: "com.azure.resourcemanager.servicebus.fluent.models.RuleInner.toJson(JsonWriter jsonWriter)"
|
|
name: "toJson(JsonWriter jsonWriter)"
|
|
nameWithType: "RuleInner.toJson(JsonWriter jsonWriter)"
|
|
overridden: "com.azure.core.management.ProxyResource.toJson(com.azure.json.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.servicebus.fluent.models.RuleInner.type()"
|
|
fullName: "com.azure.resourcemanager.servicebus.fluent.models.RuleInner.type()"
|
|
name: "type()"
|
|
nameWithType: "RuleInner.type()"
|
|
summary: "Get the type property: The type of the resource."
|
|
overridden: "com.azure.core.management.ProxyResource.type()"
|
|
syntax: "public String type()"
|
|
desc: "Get the type property: The type of the resource."
|
|
returns:
|
|
description: "the type value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- uid: "com.azure.resourcemanager.servicebus.fluent.models.RuleInner.validate()"
|
|
fullName: "com.azure.resourcemanager.servicebus.fluent.models.RuleInner.validate()"
|
|
name: "validate()"
|
|
nameWithType: "RuleInner.validate()"
|
|
summary: "Validates the instance."
|
|
syntax: "public void validate()"
|
|
desc: "Validates the instance."
|
|
- uid: "com.azure.resourcemanager.servicebus.fluent.models.RuleInner.withAction(com.azure.resourcemanager.servicebus.models.Action)"
|
|
fullName: "com.azure.resourcemanager.servicebus.fluent.models.RuleInner.withAction(Action action)"
|
|
name: "withAction(Action action)"
|
|
nameWithType: "RuleInner.withAction(Action action)"
|
|
summary: "Set the action property: Represents the filter actions which are allowed for the transformation of a message that have been matched by a filter expression."
|
|
parameters:
|
|
- description: "the action value to set."
|
|
name: "action"
|
|
type: "<xref href=\"com.azure.resourcemanager.servicebus.models.Action?alt=com.azure.resourcemanager.servicebus.models.Action&text=Action\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public RuleInner withAction(Action action)"
|
|
desc: "Set the action property: Represents the filter actions which are allowed for the transformation of a message that have been matched by a filter expression."
|
|
returns:
|
|
description: "the RuleInner object itself."
|
|
type: "<xref href=\"com.azure.resourcemanager.servicebus.fluent.models.RuleInner?alt=com.azure.resourcemanager.servicebus.fluent.models.RuleInner&text=RuleInner\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.servicebus.fluent.models.RuleInner.withCorrelationFilter(com.azure.resourcemanager.servicebus.models.CorrelationFilter)"
|
|
fullName: "com.azure.resourcemanager.servicebus.fluent.models.RuleInner.withCorrelationFilter(CorrelationFilter correlationFilter)"
|
|
name: "withCorrelationFilter(CorrelationFilter correlationFilter)"
|
|
nameWithType: "RuleInner.withCorrelationFilter(CorrelationFilter correlationFilter)"
|
|
summary: "Set the correlation<wbr>Filter property: Properties of correlation<wbr>Filter."
|
|
parameters:
|
|
- description: "the correlationFilter value to set."
|
|
name: "correlationFilter"
|
|
type: "<xref href=\"com.azure.resourcemanager.servicebus.models.CorrelationFilter?alt=com.azure.resourcemanager.servicebus.models.CorrelationFilter&text=CorrelationFilter\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public RuleInner withCorrelationFilter(CorrelationFilter correlationFilter)"
|
|
desc: "Set the correlationFilter property: Properties of correlationFilter."
|
|
returns:
|
|
description: "the RuleInner object itself."
|
|
type: "<xref href=\"com.azure.resourcemanager.servicebus.fluent.models.RuleInner?alt=com.azure.resourcemanager.servicebus.fluent.models.RuleInner&text=RuleInner\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.servicebus.fluent.models.RuleInner.withFilterType(com.azure.resourcemanager.servicebus.models.FilterType)"
|
|
fullName: "com.azure.resourcemanager.servicebus.fluent.models.RuleInner.withFilterType(FilterType filterType)"
|
|
name: "withFilterType(FilterType filterType)"
|
|
nameWithType: "RuleInner.withFilterType(FilterType filterType)"
|
|
summary: "Set the filter<wbr>Type property: Filter type that is evaluated against a Brokered<wbr>Message."
|
|
parameters:
|
|
- description: "the filterType value to set."
|
|
name: "filterType"
|
|
type: "<xref href=\"com.azure.resourcemanager.servicebus.models.FilterType?alt=com.azure.resourcemanager.servicebus.models.FilterType&text=FilterType\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public RuleInner withFilterType(FilterType filterType)"
|
|
desc: "Set the filterType property: Filter type that is evaluated against a BrokeredMessage."
|
|
returns:
|
|
description: "the RuleInner object itself."
|
|
type: "<xref href=\"com.azure.resourcemanager.servicebus.fluent.models.RuleInner?alt=com.azure.resourcemanager.servicebus.fluent.models.RuleInner&text=RuleInner\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.servicebus.fluent.models.RuleInner.withSqlFilter(com.azure.resourcemanager.servicebus.models.SqlFilter)"
|
|
fullName: "com.azure.resourcemanager.servicebus.fluent.models.RuleInner.withSqlFilter(SqlFilter sqlFilter)"
|
|
name: "withSqlFilter(SqlFilter sqlFilter)"
|
|
nameWithType: "RuleInner.withSqlFilter(SqlFilter sqlFilter)"
|
|
summary: "Set the sql<wbr>Filter property: Properties of sql<wbr>Filter."
|
|
parameters:
|
|
- description: "the sqlFilter value to set."
|
|
name: "sqlFilter"
|
|
type: "<xref href=\"com.azure.resourcemanager.servicebus.models.SqlFilter?alt=com.azure.resourcemanager.servicebus.models.SqlFilter&text=SqlFilter\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public RuleInner withSqlFilter(SqlFilter sqlFilter)"
|
|
desc: "Set the sqlFilter property: Properties of sqlFilter."
|
|
returns:
|
|
description: "the RuleInner object itself."
|
|
type: "<xref href=\"com.azure.resourcemanager.servicebus.fluent.models.RuleInner?alt=com.azure.resourcemanager.servicebus.fluent.models.RuleInner&text=RuleInner\" data-throw-if-not-resolved=\"False\" />"
|
|
type: "class"
|
|
desc: "Description of Rule Resource."
|
|
metadata: {}
|
|
package: "com.azure.resourcemanager.servicebus.fluent.models"
|
|
artifact: com.azure.resourcemanager:azure-resourcemanager-servicebus:2.44.0
|