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

93 строки
6.2 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.resourcemanager.nginx.models.NginxConfigurationPackage"
fullName: "com.azure.resourcemanager.nginx.models.NginxConfigurationPackage"
name: "NginxConfigurationPackage"
nameWithType: "NginxConfigurationPackage"
summary: "The Nginx<wbr>Configuration<wbr>Package 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 **NginxConfigurationPackage**"
constructors:
- uid: "com.azure.resourcemanager.nginx.models.NginxConfigurationPackage.NginxConfigurationPackage()"
fullName: "com.azure.resourcemanager.nginx.models.NginxConfigurationPackage.NginxConfigurationPackage()"
name: "NginxConfigurationPackage()"
nameWithType: "NginxConfigurationPackage.NginxConfigurationPackage()"
summary: "Creates an instance of Nginx<wbr>Configuration<wbr>Package class."
syntax: "public NginxConfigurationPackage()"
desc: "Creates an instance of NginxConfigurationPackage class."
methods:
- uid: "com.azure.resourcemanager.nginx.models.NginxConfigurationPackage.data()"
fullName: "com.azure.resourcemanager.nginx.models.NginxConfigurationPackage.data()"
name: "data()"
nameWithType: "NginxConfigurationPackage.data()"
summary: "Get the data property: The data property."
syntax: "public String data()"
desc: "Get the data property: The data property."
returns:
description: "the data value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.nginx.models.NginxConfigurationPackage.protectedFiles()"
fullName: "com.azure.resourcemanager.nginx.models.NginxConfigurationPackage.protectedFiles()"
name: "protectedFiles()"
nameWithType: "NginxConfigurationPackage.protectedFiles()"
summary: "Get the protected<wbr>Files property: The protected<wbr>Files property."
syntax: "public List<String> protectedFiles()"
desc: "Get the protectedFiles property: The protectedFiles property."
returns:
description: "the protectedFiles 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.nginx.models.NginxConfigurationPackage.validate()"
fullName: "com.azure.resourcemanager.nginx.models.NginxConfigurationPackage.validate()"
name: "validate()"
nameWithType: "NginxConfigurationPackage.validate()"
summary: "Validates the instance."
syntax: "public void validate()"
desc: "Validates the instance."
- uid: "com.azure.resourcemanager.nginx.models.NginxConfigurationPackage.withData(java.lang.String)"
fullName: "com.azure.resourcemanager.nginx.models.NginxConfigurationPackage.withData(String data)"
name: "withData(String data)"
nameWithType: "NginxConfigurationPackage.withData(String data)"
summary: "Set the data property: The data property."
parameters:
- description: "the data value to set."
name: "data"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public NginxConfigurationPackage withData(String data)"
desc: "Set the data property: The data property."
returns:
description: "the NginxConfigurationPackage object itself."
type: "<xref href=\"com.azure.resourcemanager.nginx.models.NginxConfigurationPackage?alt=com.azure.resourcemanager.nginx.models.NginxConfigurationPackage&text=NginxConfigurationPackage\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.nginx.models.NginxConfigurationPackage.withProtectedFiles(java.util.List<java.lang.String>)"
fullName: "com.azure.resourcemanager.nginx.models.NginxConfigurationPackage.withProtectedFiles(List<String> protectedFiles)"
name: "withProtectedFiles(List<String> protectedFiles)"
nameWithType: "NginxConfigurationPackage.withProtectedFiles(List<String> protectedFiles)"
summary: "Set the protected<wbr>Files property: The protected<wbr>Files property."
parameters:
- description: "the protectedFiles value to set."
name: "protectedFiles"
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 NginxConfigurationPackage withProtectedFiles(List<String> protectedFiles)"
desc: "Set the protectedFiles property: The protectedFiles property."
returns:
description: "the NginxConfigurationPackage object itself."
type: "<xref href=\"com.azure.resourcemanager.nginx.models.NginxConfigurationPackage?alt=com.azure.resourcemanager.nginx.models.NginxConfigurationPackage&text=NginxConfigurationPackage\" data-throw-if-not-resolved=\"False\" />"
type: "class"
desc: "The NginxConfigurationPackage model."
metadata: {}
package: "com.azure.resourcemanager.nginx.models"
artifact: com.azure.resourcemanager:azure-resourcemanager-nginx:1.0.0