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

96 строки
7.6 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.resourcemanager.loganalytics.fluent.SharedKeysOperationsClient"
fullName: "com.azure.resourcemanager.loganalytics.fluent.SharedKeysOperationsClient"
name: "SharedKeysOperationsClient"
nameWithType: "SharedKeysOperationsClient"
summary: "An instance of this class provides access to all the operations defined in Shared<wbr>Keys<wbr>Operations<wbr>Client."
syntax: "public interface **SharedKeysOperationsClient**"
methods:
- uid: "com.azure.resourcemanager.loganalytics.fluent.SharedKeysOperationsClient.getSharedKeys(java.lang.String,java.lang.String)"
fullName: "com.azure.resourcemanager.loganalytics.fluent.SharedKeysOperationsClient.getSharedKeys(String resourceGroupName, String workspaceName)"
name: "getSharedKeys(String resourceGroupName, String workspaceName)"
nameWithType: "SharedKeysOperationsClient.getSharedKeys(String resourceGroupName, String workspaceName)"
summary: "Gets the shared keys for a workspace."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group. The name is case insensitive."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the workspace."
name: "workspaceName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public abstract SharedKeysInner getSharedKeys(String resourceGroupName, String workspaceName)"
desc: "Gets the shared keys for a workspace."
returns:
description: "the shared keys for a workspace."
type: "<xref href=\"com.azure.resourcemanager.loganalytics.fluent.models.SharedKeysInner?alt=com.azure.resourcemanager.loganalytics.fluent.models.SharedKeysInner&text=SharedKeysInner\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.loganalytics.fluent.SharedKeysOperationsClient.getSharedKeysWithResponse(java.lang.String,java.lang.String,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.loganalytics.fluent.SharedKeysOperationsClient.getSharedKeysWithResponse(String resourceGroupName, String workspaceName, Context context)"
name: "getSharedKeysWithResponse(String resourceGroupName, String workspaceName, Context context)"
nameWithType: "SharedKeysOperationsClient.getSharedKeysWithResponse(String resourceGroupName, String workspaceName, Context context)"
summary: "Gets the shared keys for a workspace."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group. The name is case insensitive."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the workspace."
name: "workspaceName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The context to associate with this operation."
name: "context"
type: "<xref href=\"com.azure.core.util.Context?alt=com.azure.core.util.Context&text=Context\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract Response<SharedKeysInner> getSharedKeysWithResponse(String resourceGroupName, String workspaceName, Context context)"
desc: "Gets the shared keys for a workspace."
returns:
description: "the shared keys for a workspace along with <xref uid=\"com.azure.core.http.rest.Response\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Response\"></xref>."
type: "<xref href=\"com.azure.core.http.rest.Response?alt=com.azure.core.http.rest.Response&text=Response\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.resourcemanager.loganalytics.fluent.models.SharedKeysInner?alt=com.azure.resourcemanager.loganalytics.fluent.models.SharedKeysInner&text=SharedKeysInner\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.loganalytics.fluent.SharedKeysOperationsClient.regenerate(java.lang.String,java.lang.String)"
fullName: "com.azure.resourcemanager.loganalytics.fluent.SharedKeysOperationsClient.regenerate(String resourceGroupName, String workspaceName)"
name: "regenerate(String resourceGroupName, String workspaceName)"
nameWithType: "SharedKeysOperationsClient.regenerate(String resourceGroupName, String workspaceName)"
summary: "Regenerates the shared keys for a Log Analytics Workspace."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group. The name is case insensitive."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the workspace."
name: "workspaceName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public abstract SharedKeysInner regenerate(String resourceGroupName, String workspaceName)"
desc: "Regenerates the shared keys for a Log Analytics Workspace. These keys are used to connect Microsoft Operational Insights agents to the workspace."
returns:
description: "the shared keys for a workspace."
type: "<xref href=\"com.azure.resourcemanager.loganalytics.fluent.models.SharedKeysInner?alt=com.azure.resourcemanager.loganalytics.fluent.models.SharedKeysInner&text=SharedKeysInner\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.loganalytics.fluent.SharedKeysOperationsClient.regenerateWithResponse(java.lang.String,java.lang.String,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.loganalytics.fluent.SharedKeysOperationsClient.regenerateWithResponse(String resourceGroupName, String workspaceName, Context context)"
name: "regenerateWithResponse(String resourceGroupName, String workspaceName, Context context)"
nameWithType: "SharedKeysOperationsClient.regenerateWithResponse(String resourceGroupName, String workspaceName, Context context)"
summary: "Regenerates the shared keys for a Log Analytics Workspace."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group. The name is case insensitive."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the workspace."
name: "workspaceName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The context to associate with this operation."
name: "context"
type: "<xref href=\"com.azure.core.util.Context?alt=com.azure.core.util.Context&text=Context\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract Response<SharedKeysInner> regenerateWithResponse(String resourceGroupName, String workspaceName, Context context)"
desc: "Regenerates the shared keys for a Log Analytics Workspace. These keys are used to connect Microsoft Operational Insights agents to the workspace."
returns:
description: "the shared keys for a workspace along with <xref uid=\"com.azure.core.http.rest.Response\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Response\"></xref>."
type: "<xref href=\"com.azure.core.http.rest.Response?alt=com.azure.core.http.rest.Response&text=Response\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.resourcemanager.loganalytics.fluent.models.SharedKeysInner?alt=com.azure.resourcemanager.loganalytics.fluent.models.SharedKeysInner&text=SharedKeysInner\" data-throw-if-not-resolved=\"False\" />&gt;"
type: "interface"
desc: "An instance of this class provides access to all the operations defined in SharedKeysOperationsClient."
metadata: {}
package: "com.azure.resourcemanager.loganalytics.fluent"
artifact: com.azure.resourcemanager:azure-resourcemanager-loganalytics:1.0.0