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

141 строка
9.7 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.resourcemanager.providerhub.models.LoggingRule"
fullName: "com.azure.resourcemanager.providerhub.models.LoggingRule"
name: "LoggingRule"
nameWithType: "LoggingRule"
summary: "The Logging<wbr>Rule model."
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 **LoggingRule**"
constructors:
- uid: "com.azure.resourcemanager.providerhub.models.LoggingRule.LoggingRule()"
fullName: "com.azure.resourcemanager.providerhub.models.LoggingRule.LoggingRule()"
name: "LoggingRule()"
nameWithType: "LoggingRule.LoggingRule()"
summary: "Creates an instance of Logging<wbr>Rule class."
syntax: "public LoggingRule()"
desc: "Creates an instance of LoggingRule class."
methods:
- uid: "com.azure.resourcemanager.providerhub.models.LoggingRule.action()"
fullName: "com.azure.resourcemanager.providerhub.models.LoggingRule.action()"
name: "action()"
nameWithType: "LoggingRule.action()"
summary: "Get the action property: The action property."
syntax: "public String action()"
desc: "Get the action property: The action property."
returns:
description: "the action value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.providerhub.models.LoggingRule.detailLevel()"
fullName: "com.azure.resourcemanager.providerhub.models.LoggingRule.detailLevel()"
name: "detailLevel()"
nameWithType: "LoggingRule.detailLevel()"
summary: "Get the detail<wbr>Level property: The detail<wbr>Level property."
syntax: "public LoggingDetails detailLevel()"
desc: "Get the detailLevel property: The detailLevel property."
returns:
description: "the detailLevel value."
type: "<xref href=\"com.azure.resourcemanager.providerhub.models.LoggingDetails?alt=com.azure.resourcemanager.providerhub.models.LoggingDetails&text=LoggingDetails\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.providerhub.models.LoggingRule.direction()"
fullName: "com.azure.resourcemanager.providerhub.models.LoggingRule.direction()"
name: "direction()"
nameWithType: "LoggingRule.direction()"
summary: "Get the direction property: The direction property."
syntax: "public LoggingDirections direction()"
desc: "Get the direction property: The direction property."
returns:
description: "the direction value."
type: "<xref href=\"com.azure.resourcemanager.providerhub.models.LoggingDirections?alt=com.azure.resourcemanager.providerhub.models.LoggingDirections&text=LoggingDirections\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.providerhub.models.LoggingRule.hiddenPropertyPaths()"
fullName: "com.azure.resourcemanager.providerhub.models.LoggingRule.hiddenPropertyPaths()"
name: "hiddenPropertyPaths()"
nameWithType: "LoggingRule.hiddenPropertyPaths()"
summary: "Get the hidden<wbr>Property<wbr>Paths property: The hidden<wbr>Property<wbr>Paths property."
syntax: "public LoggingRuleHiddenPropertyPaths hiddenPropertyPaths()"
desc: "Get the hiddenPropertyPaths property: The hiddenPropertyPaths property."
returns:
description: "the hiddenPropertyPaths value."
type: "<xref href=\"com.azure.resourcemanager.providerhub.models.LoggingRuleHiddenPropertyPaths?alt=com.azure.resourcemanager.providerhub.models.LoggingRuleHiddenPropertyPaths&text=LoggingRuleHiddenPropertyPaths\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.providerhub.models.LoggingRule.validate()"
fullName: "com.azure.resourcemanager.providerhub.models.LoggingRule.validate()"
name: "validate()"
nameWithType: "LoggingRule.validate()"
summary: "Validates the instance."
syntax: "public void validate()"
desc: "Validates the instance."
- uid: "com.azure.resourcemanager.providerhub.models.LoggingRule.withAction(java.lang.String)"
fullName: "com.azure.resourcemanager.providerhub.models.LoggingRule.withAction(String action)"
name: "withAction(String action)"
nameWithType: "LoggingRule.withAction(String action)"
summary: "Set the action property: The action property."
parameters:
- description: "the action value to set."
name: "action"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public LoggingRule withAction(String action)"
desc: "Set the action property: The action property."
returns:
description: "the LoggingRule object itself."
type: "<xref href=\"com.azure.resourcemanager.providerhub.models.LoggingRule?alt=com.azure.resourcemanager.providerhub.models.LoggingRule&text=LoggingRule\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.providerhub.models.LoggingRule.withDetailLevel(com.azure.resourcemanager.providerhub.models.LoggingDetails)"
fullName: "com.azure.resourcemanager.providerhub.models.LoggingRule.withDetailLevel(LoggingDetails detailLevel)"
name: "withDetailLevel(LoggingDetails detailLevel)"
nameWithType: "LoggingRule.withDetailLevel(LoggingDetails detailLevel)"
summary: "Set the detail<wbr>Level property: The detail<wbr>Level property."
parameters:
- description: "the detailLevel value to set."
name: "detailLevel"
type: "<xref href=\"com.azure.resourcemanager.providerhub.models.LoggingDetails?alt=com.azure.resourcemanager.providerhub.models.LoggingDetails&text=LoggingDetails\" data-throw-if-not-resolved=\"False\" />"
syntax: "public LoggingRule withDetailLevel(LoggingDetails detailLevel)"
desc: "Set the detailLevel property: The detailLevel property."
returns:
description: "the LoggingRule object itself."
type: "<xref href=\"com.azure.resourcemanager.providerhub.models.LoggingRule?alt=com.azure.resourcemanager.providerhub.models.LoggingRule&text=LoggingRule\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.providerhub.models.LoggingRule.withDirection(com.azure.resourcemanager.providerhub.models.LoggingDirections)"
fullName: "com.azure.resourcemanager.providerhub.models.LoggingRule.withDirection(LoggingDirections direction)"
name: "withDirection(LoggingDirections direction)"
nameWithType: "LoggingRule.withDirection(LoggingDirections direction)"
summary: "Set the direction property: The direction property."
parameters:
- description: "the direction value to set."
name: "direction"
type: "<xref href=\"com.azure.resourcemanager.providerhub.models.LoggingDirections?alt=com.azure.resourcemanager.providerhub.models.LoggingDirections&text=LoggingDirections\" data-throw-if-not-resolved=\"False\" />"
syntax: "public LoggingRule withDirection(LoggingDirections direction)"
desc: "Set the direction property: The direction property."
returns:
description: "the LoggingRule object itself."
type: "<xref href=\"com.azure.resourcemanager.providerhub.models.LoggingRule?alt=com.azure.resourcemanager.providerhub.models.LoggingRule&text=LoggingRule\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.providerhub.models.LoggingRule.withHiddenPropertyPaths(com.azure.resourcemanager.providerhub.models.LoggingRuleHiddenPropertyPaths)"
fullName: "com.azure.resourcemanager.providerhub.models.LoggingRule.withHiddenPropertyPaths(LoggingRuleHiddenPropertyPaths hiddenPropertyPaths)"
name: "withHiddenPropertyPaths(LoggingRuleHiddenPropertyPaths hiddenPropertyPaths)"
nameWithType: "LoggingRule.withHiddenPropertyPaths(LoggingRuleHiddenPropertyPaths hiddenPropertyPaths)"
summary: "Set the hidden<wbr>Property<wbr>Paths property: The hidden<wbr>Property<wbr>Paths property."
parameters:
- description: "the hiddenPropertyPaths value to set."
name: "hiddenPropertyPaths"
type: "<xref href=\"com.azure.resourcemanager.providerhub.models.LoggingRuleHiddenPropertyPaths?alt=com.azure.resourcemanager.providerhub.models.LoggingRuleHiddenPropertyPaths&text=LoggingRuleHiddenPropertyPaths\" data-throw-if-not-resolved=\"False\" />"
syntax: "public LoggingRule withHiddenPropertyPaths(LoggingRuleHiddenPropertyPaths hiddenPropertyPaths)"
desc: "Set the hiddenPropertyPaths property: The hiddenPropertyPaths property."
returns:
description: "the LoggingRule object itself."
type: "<xref href=\"com.azure.resourcemanager.providerhub.models.LoggingRule?alt=com.azure.resourcemanager.providerhub.models.LoggingRule&text=LoggingRule\" data-throw-if-not-resolved=\"False\" />"
type: "class"
desc: "The LoggingRule model."
metadata: {}
package: "com.azure.resourcemanager.providerhub.models"
artifact: com.azure.resourcemanager:azure-resourcemanager-providerhub:1.0.0