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

117 строки
8.3 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.resourcemanager.applicationinsights.models.ApiKeyRequest"
fullName: "com.azure.resourcemanager.applicationinsights.models.ApiKeyRequest"
name: "ApiKeyRequest"
nameWithType: "ApiKeyRequest"
summary: "An Application Insights component API Key creation request definition."
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 **ApiKeyRequest**"
constructors:
- uid: "com.azure.resourcemanager.applicationinsights.models.ApiKeyRequest.ApiKeyRequest()"
fullName: "com.azure.resourcemanager.applicationinsights.models.ApiKeyRequest.ApiKeyRequest()"
name: "ApiKeyRequest()"
nameWithType: "ApiKeyRequest.ApiKeyRequest()"
summary: "Creates an instance of Api<wbr>Key<wbr>Request class."
syntax: "public ApiKeyRequest()"
desc: "Creates an instance of ApiKeyRequest class."
methods:
- uid: "com.azure.resourcemanager.applicationinsights.models.ApiKeyRequest.linkedReadProperties()"
fullName: "com.azure.resourcemanager.applicationinsights.models.ApiKeyRequest.linkedReadProperties()"
name: "linkedReadProperties()"
nameWithType: "ApiKeyRequest.linkedReadProperties()"
summary: "Get the linked<wbr>Read<wbr>Properties property: The read access rights of this API Key."
syntax: "public List<String> linkedReadProperties()"
desc: "Get the linkedReadProperties property: The read access rights of this API Key."
returns:
description: "the linkedReadProperties 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/String.html\">String</a>&gt;"
- uid: "com.azure.resourcemanager.applicationinsights.models.ApiKeyRequest.linkedWriteProperties()"
fullName: "com.azure.resourcemanager.applicationinsights.models.ApiKeyRequest.linkedWriteProperties()"
name: "linkedWriteProperties()"
nameWithType: "ApiKeyRequest.linkedWriteProperties()"
summary: "Get the linked<wbr>Write<wbr>Properties property: The write access rights of this API Key."
syntax: "public List<String> linkedWriteProperties()"
desc: "Get the linkedWriteProperties property: The write access rights of this API Key."
returns:
description: "the linkedWriteProperties 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/String.html\">String</a>&gt;"
- uid: "com.azure.resourcemanager.applicationinsights.models.ApiKeyRequest.name()"
fullName: "com.azure.resourcemanager.applicationinsights.models.ApiKeyRequest.name()"
name: "name()"
nameWithType: "ApiKeyRequest.name()"
summary: "Get the name property: The name of the API Key."
syntax: "public String name()"
desc: "Get the name property: The name of the API Key."
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.applicationinsights.models.ApiKeyRequest.validate()"
fullName: "com.azure.resourcemanager.applicationinsights.models.ApiKeyRequest.validate()"
name: "validate()"
nameWithType: "ApiKeyRequest.validate()"
summary: "Validates the instance."
syntax: "public void validate()"
desc: "Validates the instance."
- uid: "com.azure.resourcemanager.applicationinsights.models.ApiKeyRequest.withLinkedReadProperties(java.util.List<java.lang.String>)"
fullName: "com.azure.resourcemanager.applicationinsights.models.ApiKeyRequest.withLinkedReadProperties(List<String> linkedReadProperties)"
name: "withLinkedReadProperties(List<String> linkedReadProperties)"
nameWithType: "ApiKeyRequest.withLinkedReadProperties(List<String> linkedReadProperties)"
summary: "Set the linked<wbr>Read<wbr>Properties property: The read access rights of this API Key."
parameters:
- description: "the linkedReadProperties value to set."
name: "linkedReadProperties"
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/String.html\">String</a>&gt;"
syntax: "public ApiKeyRequest withLinkedReadProperties(List<String> linkedReadProperties)"
desc: "Set the linkedReadProperties property: The read access rights of this API Key."
returns:
description: "the ApiKeyRequest object itself."
type: "<xref href=\"com.azure.resourcemanager.applicationinsights.models.ApiKeyRequest?alt=com.azure.resourcemanager.applicationinsights.models.ApiKeyRequest&text=ApiKeyRequest\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.applicationinsights.models.ApiKeyRequest.withLinkedWriteProperties(java.util.List<java.lang.String>)"
fullName: "com.azure.resourcemanager.applicationinsights.models.ApiKeyRequest.withLinkedWriteProperties(List<String> linkedWriteProperties)"
name: "withLinkedWriteProperties(List<String> linkedWriteProperties)"
nameWithType: "ApiKeyRequest.withLinkedWriteProperties(List<String> linkedWriteProperties)"
summary: "Set the linked<wbr>Write<wbr>Properties property: The write access rights of this API Key."
parameters:
- description: "the linkedWriteProperties value to set."
name: "linkedWriteProperties"
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/String.html\">String</a>&gt;"
syntax: "public ApiKeyRequest withLinkedWriteProperties(List<String> linkedWriteProperties)"
desc: "Set the linkedWriteProperties property: The write access rights of this API Key."
returns:
description: "the ApiKeyRequest object itself."
type: "<xref href=\"com.azure.resourcemanager.applicationinsights.models.ApiKeyRequest?alt=com.azure.resourcemanager.applicationinsights.models.ApiKeyRequest&text=ApiKeyRequest\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.applicationinsights.models.ApiKeyRequest.withName(java.lang.String)"
fullName: "com.azure.resourcemanager.applicationinsights.models.ApiKeyRequest.withName(String name)"
name: "withName(String name)"
nameWithType: "ApiKeyRequest.withName(String name)"
summary: "Set the name property: The name of the API Key."
parameters:
- description: "the name value to set."
name: "name"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public ApiKeyRequest withName(String name)"
desc: "Set the name property: The name of the API Key."
returns:
description: "the ApiKeyRequest object itself."
type: "<xref href=\"com.azure.resourcemanager.applicationinsights.models.ApiKeyRequest?alt=com.azure.resourcemanager.applicationinsights.models.ApiKeyRequest&text=ApiKeyRequest\" data-throw-if-not-resolved=\"False\" />"
type: "class"
desc: "An Application Insights component API Key creation request definition."
metadata: {}
package: "com.azure.resourcemanager.applicationinsights.models"
artifact: com.azure.resourcemanager:azure-resourcemanager-applicationinsights:1.0.0