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

189 строки
15 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.resourcemanager.loganalytics.models.WorkspaceFeatures"
fullName: "com.azure.resourcemanager.loganalytics.models.WorkspaceFeatures"
name: "WorkspaceFeatures"
nameWithType: "WorkspaceFeatures"
summary: "Workspace features."
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 **WorkspaceFeatures**"
constructors:
- uid: "com.azure.resourcemanager.loganalytics.models.WorkspaceFeatures.WorkspaceFeatures()"
fullName: "com.azure.resourcemanager.loganalytics.models.WorkspaceFeatures.WorkspaceFeatures()"
name: "WorkspaceFeatures()"
nameWithType: "WorkspaceFeatures.WorkspaceFeatures()"
summary: "Creates an instance of Workspace<wbr>Features class."
syntax: "public WorkspaceFeatures()"
desc: "Creates an instance of WorkspaceFeatures class."
methods:
- uid: "com.azure.resourcemanager.loganalytics.models.WorkspaceFeatures.additionalProperties()"
fullName: "com.azure.resourcemanager.loganalytics.models.WorkspaceFeatures.additionalProperties()"
name: "additionalProperties()"
nameWithType: "WorkspaceFeatures.additionalProperties()"
summary: "Get the additional<wbr>Properties property: Workspace features."
syntax: "public Map<String,Object> additionalProperties()"
desc: "Get the additionalProperties property: Workspace features."
returns:
description: "the additionalProperties value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/Map.html\">Map</a>&lt;<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/Object.html\">Object</a>&gt;"
- uid: "com.azure.resourcemanager.loganalytics.models.WorkspaceFeatures.clusterResourceId()"
fullName: "com.azure.resourcemanager.loganalytics.models.WorkspaceFeatures.clusterResourceId()"
name: "clusterResourceId()"
nameWithType: "WorkspaceFeatures.clusterResourceId()"
summary: "Get the cluster<wbr>Resource<wbr>Id property: Dedicated LA cluster resource<wbr>Id that is linked to the workspaces."
syntax: "public String clusterResourceId()"
desc: "Get the clusterResourceId property: Dedicated LA cluster resourceId that is linked to the workspaces."
returns:
description: "the clusterResourceId value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.loganalytics.models.WorkspaceFeatures.disableLocalAuth()"
fullName: "com.azure.resourcemanager.loganalytics.models.WorkspaceFeatures.disableLocalAuth()"
name: "disableLocalAuth()"
nameWithType: "WorkspaceFeatures.disableLocalAuth()"
summary: "Get the disable<wbr>Local<wbr>Auth property: Disable Non-AAD based Auth."
syntax: "public Boolean disableLocalAuth()"
desc: "Get the disableLocalAuth property: Disable Non-AAD based Auth."
returns:
description: "the disableLocalAuth value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Boolean.html\">Boolean</a>"
- uid: "com.azure.resourcemanager.loganalytics.models.WorkspaceFeatures.enableDataExport()"
fullName: "com.azure.resourcemanager.loganalytics.models.WorkspaceFeatures.enableDataExport()"
name: "enableDataExport()"
nameWithType: "WorkspaceFeatures.enableDataExport()"
summary: "Get the enable<wbr>Data<wbr>Export property: Flag that indicate if data should be exported."
syntax: "public Boolean enableDataExport()"
desc: "Get the enableDataExport property: Flag that indicate if data should be exported."
returns:
description: "the enableDataExport value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Boolean.html\">Boolean</a>"
- uid: "com.azure.resourcemanager.loganalytics.models.WorkspaceFeatures.enableLogAccessUsingOnlyResourcePermissions()"
fullName: "com.azure.resourcemanager.loganalytics.models.WorkspaceFeatures.enableLogAccessUsingOnlyResourcePermissions()"
name: "enableLogAccessUsingOnlyResourcePermissions()"
nameWithType: "WorkspaceFeatures.enableLogAccessUsingOnlyResourcePermissions()"
summary: "Get the enable<wbr>Log<wbr>Access<wbr>Using<wbr>Only<wbr>Resource<wbr>Permissions property: Flag that indicate which permission to use - resource or workspace or both."
syntax: "public Boolean enableLogAccessUsingOnlyResourcePermissions()"
desc: "Get the enableLogAccessUsingOnlyResourcePermissions property: Flag that indicate which permission to use - resource or workspace or both."
returns:
description: "the enableLogAccessUsingOnlyResourcePermissions value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Boolean.html\">Boolean</a>"
- uid: "com.azure.resourcemanager.loganalytics.models.WorkspaceFeatures.immediatePurgeDataOn30Days()"
fullName: "com.azure.resourcemanager.loganalytics.models.WorkspaceFeatures.immediatePurgeDataOn30Days()"
name: "immediatePurgeDataOn30Days()"
nameWithType: "WorkspaceFeatures.immediatePurgeDataOn30Days()"
summary: "Get the immediate<wbr>Purge<wbr>Data<wbr>On30Days property: Flag that describes if we want to remove the data after 30 days."
syntax: "public Boolean immediatePurgeDataOn30Days()"
desc: "Get the immediatePurgeDataOn30Days property: Flag that describes if we want to remove the data after 30 days."
returns:
description: "the immediatePurgeDataOn30Days value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Boolean.html\">Boolean</a>"
- uid: "com.azure.resourcemanager.loganalytics.models.WorkspaceFeatures.validate()"
fullName: "com.azure.resourcemanager.loganalytics.models.WorkspaceFeatures.validate()"
name: "validate()"
nameWithType: "WorkspaceFeatures.validate()"
summary: "Validates the instance."
syntax: "public void validate()"
desc: "Validates the instance."
- uid: "com.azure.resourcemanager.loganalytics.models.WorkspaceFeatures.withAdditionalProperties(java.util.Map<java.lang.String,java.lang.Object>)"
fullName: "com.azure.resourcemanager.loganalytics.models.WorkspaceFeatures.withAdditionalProperties(Map<String,Object> additionalProperties)"
name: "withAdditionalProperties(Map<String,Object> additionalProperties)"
nameWithType: "WorkspaceFeatures.withAdditionalProperties(Map<String,Object> additionalProperties)"
summary: "Set the additional<wbr>Properties property: Workspace features."
parameters:
- description: "the additionalProperties value to set."
name: "additionalProperties"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/Map.html\">Map</a>&lt;<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/Object.html\">Object</a>&gt;"
syntax: "public WorkspaceFeatures withAdditionalProperties(Map<String,Object> additionalProperties)"
desc: "Set the additionalProperties property: Workspace features."
returns:
description: "the WorkspaceFeatures object itself."
type: "<xref href=\"com.azure.resourcemanager.loganalytics.models.WorkspaceFeatures?alt=com.azure.resourcemanager.loganalytics.models.WorkspaceFeatures&text=WorkspaceFeatures\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.loganalytics.models.WorkspaceFeatures.withClusterResourceId(java.lang.String)"
fullName: "com.azure.resourcemanager.loganalytics.models.WorkspaceFeatures.withClusterResourceId(String clusterResourceId)"
name: "withClusterResourceId(String clusterResourceId)"
nameWithType: "WorkspaceFeatures.withClusterResourceId(String clusterResourceId)"
summary: "Set the cluster<wbr>Resource<wbr>Id property: Dedicated LA cluster resource<wbr>Id that is linked to the workspaces."
parameters:
- description: "the clusterResourceId value to set."
name: "clusterResourceId"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public WorkspaceFeatures withClusterResourceId(String clusterResourceId)"
desc: "Set the clusterResourceId property: Dedicated LA cluster resourceId that is linked to the workspaces."
returns:
description: "the WorkspaceFeatures object itself."
type: "<xref href=\"com.azure.resourcemanager.loganalytics.models.WorkspaceFeatures?alt=com.azure.resourcemanager.loganalytics.models.WorkspaceFeatures&text=WorkspaceFeatures\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.loganalytics.models.WorkspaceFeatures.withDisableLocalAuth(java.lang.Boolean)"
fullName: "com.azure.resourcemanager.loganalytics.models.WorkspaceFeatures.withDisableLocalAuth(Boolean disableLocalAuth)"
name: "withDisableLocalAuth(Boolean disableLocalAuth)"
nameWithType: "WorkspaceFeatures.withDisableLocalAuth(Boolean disableLocalAuth)"
summary: "Set the disable<wbr>Local<wbr>Auth property: Disable Non-AAD based Auth."
parameters:
- description: "the disableLocalAuth value to set."
name: "disableLocalAuth"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Boolean.html\">Boolean</a>"
syntax: "public WorkspaceFeatures withDisableLocalAuth(Boolean disableLocalAuth)"
desc: "Set the disableLocalAuth property: Disable Non-AAD based Auth."
returns:
description: "the WorkspaceFeatures object itself."
type: "<xref href=\"com.azure.resourcemanager.loganalytics.models.WorkspaceFeatures?alt=com.azure.resourcemanager.loganalytics.models.WorkspaceFeatures&text=WorkspaceFeatures\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.loganalytics.models.WorkspaceFeatures.withEnableDataExport(java.lang.Boolean)"
fullName: "com.azure.resourcemanager.loganalytics.models.WorkspaceFeatures.withEnableDataExport(Boolean enableDataExport)"
name: "withEnableDataExport(Boolean enableDataExport)"
nameWithType: "WorkspaceFeatures.withEnableDataExport(Boolean enableDataExport)"
summary: "Set the enable<wbr>Data<wbr>Export property: Flag that indicate if data should be exported."
parameters:
- description: "the enableDataExport value to set."
name: "enableDataExport"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Boolean.html\">Boolean</a>"
syntax: "public WorkspaceFeatures withEnableDataExport(Boolean enableDataExport)"
desc: "Set the enableDataExport property: Flag that indicate if data should be exported."
returns:
description: "the WorkspaceFeatures object itself."
type: "<xref href=\"com.azure.resourcemanager.loganalytics.models.WorkspaceFeatures?alt=com.azure.resourcemanager.loganalytics.models.WorkspaceFeatures&text=WorkspaceFeatures\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.loganalytics.models.WorkspaceFeatures.withEnableLogAccessUsingOnlyResourcePermissions(java.lang.Boolean)"
fullName: "com.azure.resourcemanager.loganalytics.models.WorkspaceFeatures.withEnableLogAccessUsingOnlyResourcePermissions(Boolean enableLogAccessUsingOnlyResourcePermissions)"
name: "withEnableLogAccessUsingOnlyResourcePermissions(Boolean enableLogAccessUsingOnlyResourcePermissions)"
nameWithType: "WorkspaceFeatures.withEnableLogAccessUsingOnlyResourcePermissions(Boolean enableLogAccessUsingOnlyResourcePermissions)"
summary: "Set the enable<wbr>Log<wbr>Access<wbr>Using<wbr>Only<wbr>Resource<wbr>Permissions property: Flag that indicate which permission to use - resource or workspace or both."
parameters:
- description: "the enableLogAccessUsingOnlyResourcePermissions value to set."
name: "enableLogAccessUsingOnlyResourcePermissions"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Boolean.html\">Boolean</a>"
syntax: "public WorkspaceFeatures withEnableLogAccessUsingOnlyResourcePermissions(Boolean enableLogAccessUsingOnlyResourcePermissions)"
desc: "Set the enableLogAccessUsingOnlyResourcePermissions property: Flag that indicate which permission to use - resource or workspace or both."
returns:
description: "the WorkspaceFeatures object itself."
type: "<xref href=\"com.azure.resourcemanager.loganalytics.models.WorkspaceFeatures?alt=com.azure.resourcemanager.loganalytics.models.WorkspaceFeatures&text=WorkspaceFeatures\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.loganalytics.models.WorkspaceFeatures.withImmediatePurgeDataOn30Days(java.lang.Boolean)"
fullName: "com.azure.resourcemanager.loganalytics.models.WorkspaceFeatures.withImmediatePurgeDataOn30Days(Boolean immediatePurgeDataOn30Days)"
name: "withImmediatePurgeDataOn30Days(Boolean immediatePurgeDataOn30Days)"
nameWithType: "WorkspaceFeatures.withImmediatePurgeDataOn30Days(Boolean immediatePurgeDataOn30Days)"
summary: "Set the immediate<wbr>Purge<wbr>Data<wbr>On30Days property: Flag that describes if we want to remove the data after 30 days."
parameters:
- description: "the immediatePurgeDataOn30Days value to set."
name: "immediatePurgeDataOn30Days"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Boolean.html\">Boolean</a>"
syntax: "public WorkspaceFeatures withImmediatePurgeDataOn30Days(Boolean immediatePurgeDataOn30Days)"
desc: "Set the immediatePurgeDataOn30Days property: Flag that describes if we want to remove the data after 30 days."
returns:
description: "the WorkspaceFeatures object itself."
type: "<xref href=\"com.azure.resourcemanager.loganalytics.models.WorkspaceFeatures?alt=com.azure.resourcemanager.loganalytics.models.WorkspaceFeatures&text=WorkspaceFeatures\" data-throw-if-not-resolved=\"False\" />"
type: "class"
desc: "Workspace features."
metadata: {}
package: "com.azure.resourcemanager.loganalytics.models"
artifact: com.azure.resourcemanager:azure-resourcemanager-loganalytics:1.0.0