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

93 строки
6.7 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.resourcemanager.providerhub.models.ExtensionOptions"
fullName: "com.azure.resourcemanager.providerhub.models.ExtensionOptions"
name: "ExtensionOptions"
nameWithType: "ExtensionOptions"
summary: "The Extension<wbr>Options 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 class **ExtensionOptions**"
constructors:
- uid: "com.azure.resourcemanager.providerhub.models.ExtensionOptions.ExtensionOptions()"
fullName: "com.azure.resourcemanager.providerhub.models.ExtensionOptions.ExtensionOptions()"
name: "ExtensionOptions()"
nameWithType: "ExtensionOptions.ExtensionOptions()"
summary: "Creates an instance of Extension<wbr>Options class."
syntax: "public ExtensionOptions()"
desc: "Creates an instance of ExtensionOptions class."
methods:
- uid: "com.azure.resourcemanager.providerhub.models.ExtensionOptions.request()"
fullName: "com.azure.resourcemanager.providerhub.models.ExtensionOptions.request()"
name: "request()"
nameWithType: "ExtensionOptions.request()"
summary: "Get the request property: The request property."
syntax: "public List<ExtensionOptionType> request()"
desc: "Get the request property: The request property."
returns:
description: "the request value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/List.html\">List</a>&lt;<xref href=\"com.azure.resourcemanager.providerhub.models.ExtensionOptionType?alt=com.azure.resourcemanager.providerhub.models.ExtensionOptionType&text=ExtensionOptionType\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.providerhub.models.ExtensionOptions.response()"
fullName: "com.azure.resourcemanager.providerhub.models.ExtensionOptions.response()"
name: "response()"
nameWithType: "ExtensionOptions.response()"
summary: "Get the response property: The response property."
syntax: "public List<ExtensionOptionType> response()"
desc: "Get the response property: The response property."
returns:
description: "the response value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/List.html\">List</a>&lt;<xref href=\"com.azure.resourcemanager.providerhub.models.ExtensionOptionType?alt=com.azure.resourcemanager.providerhub.models.ExtensionOptionType&text=ExtensionOptionType\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.providerhub.models.ExtensionOptions.validate()"
fullName: "com.azure.resourcemanager.providerhub.models.ExtensionOptions.validate()"
name: "validate()"
nameWithType: "ExtensionOptions.validate()"
summary: "Validates the instance."
syntax: "public void validate()"
desc: "Validates the instance."
- uid: "com.azure.resourcemanager.providerhub.models.ExtensionOptions.withRequest(java.util.List<com.azure.resourcemanager.providerhub.models.ExtensionOptionType>)"
fullName: "com.azure.resourcemanager.providerhub.models.ExtensionOptions.withRequest(List<ExtensionOptionType> request)"
name: "withRequest(List<ExtensionOptionType> request)"
nameWithType: "ExtensionOptions.withRequest(List<ExtensionOptionType> request)"
summary: "Set the request property: The request property."
parameters:
- description: "the request value to set."
name: "request"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/List.html\">List</a>&lt;<xref href=\"com.azure.resourcemanager.providerhub.models.ExtensionOptionType?alt=com.azure.resourcemanager.providerhub.models.ExtensionOptionType&text=ExtensionOptionType\" data-throw-if-not-resolved=\"False\" />&gt;"
syntax: "public ExtensionOptions withRequest(List<ExtensionOptionType> request)"
desc: "Set the request property: The request property."
returns:
description: "the ExtensionOptions object itself."
type: "<xref href=\"com.azure.resourcemanager.providerhub.models.ExtensionOptions?alt=com.azure.resourcemanager.providerhub.models.ExtensionOptions&text=ExtensionOptions\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.providerhub.models.ExtensionOptions.withResponse(java.util.List<com.azure.resourcemanager.providerhub.models.ExtensionOptionType>)"
fullName: "com.azure.resourcemanager.providerhub.models.ExtensionOptions.withResponse(List<ExtensionOptionType> response)"
name: "withResponse(List<ExtensionOptionType> response)"
nameWithType: "ExtensionOptions.withResponse(List<ExtensionOptionType> response)"
summary: "Set the response property: The response property."
parameters:
- description: "the response value to set."
name: "response"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/List.html\">List</a>&lt;<xref href=\"com.azure.resourcemanager.providerhub.models.ExtensionOptionType?alt=com.azure.resourcemanager.providerhub.models.ExtensionOptionType&text=ExtensionOptionType\" data-throw-if-not-resolved=\"False\" />&gt;"
syntax: "public ExtensionOptions withResponse(List<ExtensionOptionType> response)"
desc: "Set the response property: The response property."
returns:
description: "the ExtensionOptions object itself."
type: "<xref href=\"com.azure.resourcemanager.providerhub.models.ExtensionOptions?alt=com.azure.resourcemanager.providerhub.models.ExtensionOptions&text=ExtensionOptions\" data-throw-if-not-resolved=\"False\" />"
type: "class"
desc: "The ExtensionOptions model."
metadata: {}
package: "com.azure.resourcemanager.providerhub.models"
artifact: com.azure.resourcemanager:azure-resourcemanager-providerhub:1.0.0