223 строки
16 KiB
YAML
223 строки
16 KiB
YAML
### YamlMime:JavaType
|
|
uid: "com.azure.resourcemanager.nginx.models.Configurations"
|
|
fullName: "com.azure.resourcemanager.nginx.models.Configurations"
|
|
name: "Configurations"
|
|
nameWithType: "Configurations"
|
|
summary: "Resource collection API of Configurations."
|
|
syntax: "public interface **Configurations**"
|
|
methods:
|
|
- uid: "com.azure.resourcemanager.nginx.models.Configurations.define(java.lang.String)"
|
|
fullName: "com.azure.resourcemanager.nginx.models.Configurations.define(String name)"
|
|
name: "define(String name)"
|
|
nameWithType: "Configurations.define(String name)"
|
|
summary: "Begins definition for a new Nginx<wbr>Configuration resource."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "resource name."
|
|
name: "name"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
syntax: "public abstract NginxConfiguration.DefinitionStages.Blank define(String name)"
|
|
desc: "Begins definition for a new NginxConfiguration resource."
|
|
returns:
|
|
description: "the first stage of the new NginxConfiguration definition."
|
|
type: "<xref href=\"com.azure.resourcemanager.nginx.models.NginxConfiguration.DefinitionStages.Blank?alt=com.azure.resourcemanager.nginx.models.NginxConfiguration.DefinitionStages.Blank&text=Blank\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.nginx.models.Configurations.delete(java.lang.String,java.lang.String,java.lang.String)"
|
|
fullName: "com.azure.resourcemanager.nginx.models.Configurations.delete(String resourceGroupName, String deploymentName, String configurationName)"
|
|
name: "delete(String resourceGroupName, String deploymentName, String configurationName)"
|
|
nameWithType: "Configurations.delete(String resourceGroupName, String deploymentName, String configurationName)"
|
|
summary: "Reset the NGINX configuration of given NGINX deployment to default."
|
|
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 targeted NGINX deployment."
|
|
name: "deploymentName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "The name of configuration, only 'default' is supported value due to the singleton of\n NGINX conf."
|
|
name: "configurationName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
syntax: "public abstract void delete(String resourceGroupName, String deploymentName, String configurationName)"
|
|
desc: "Reset the NGINX configuration of given NGINX deployment to default."
|
|
- uid: "com.azure.resourcemanager.nginx.models.Configurations.delete(java.lang.String,java.lang.String,java.lang.String,com.azure.core.util.Context)"
|
|
fullName: "com.azure.resourcemanager.nginx.models.Configurations.delete(String resourceGroupName, String deploymentName, String configurationName, Context context)"
|
|
name: "delete(String resourceGroupName, String deploymentName, String configurationName, Context context)"
|
|
nameWithType: "Configurations.delete(String resourceGroupName, String deploymentName, String configurationName, Context context)"
|
|
summary: "Reset the NGINX configuration of given NGINX deployment to default."
|
|
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 targeted NGINX deployment."
|
|
name: "deploymentName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "The name of configuration, only 'default' is supported value due to the singleton of\n NGINX conf."
|
|
name: "configurationName"
|
|
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 void delete(String resourceGroupName, String deploymentName, String configurationName, Context context)"
|
|
desc: "Reset the NGINX configuration of given NGINX deployment to default."
|
|
- uid: "com.azure.resourcemanager.nginx.models.Configurations.deleteById(java.lang.String)"
|
|
fullName: "com.azure.resourcemanager.nginx.models.Configurations.deleteById(String id)"
|
|
name: "deleteById(String id)"
|
|
nameWithType: "Configurations.deleteById(String id)"
|
|
summary: "Reset the NGINX configuration of given NGINX deployment to default."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "the resource ID."
|
|
name: "id"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
syntax: "public abstract void deleteById(String id)"
|
|
desc: "Reset the NGINX configuration of given NGINX deployment to default."
|
|
- uid: "com.azure.resourcemanager.nginx.models.Configurations.deleteByIdWithResponse(java.lang.String,com.azure.core.util.Context)"
|
|
fullName: "com.azure.resourcemanager.nginx.models.Configurations.deleteByIdWithResponse(String id, Context context)"
|
|
name: "deleteByIdWithResponse(String id, Context context)"
|
|
nameWithType: "Configurations.deleteByIdWithResponse(String id, Context context)"
|
|
summary: "Reset the NGINX configuration of given NGINX deployment to default."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "the resource ID."
|
|
name: "id"
|
|
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 void deleteByIdWithResponse(String id, Context context)"
|
|
desc: "Reset the NGINX configuration of given NGINX deployment to default."
|
|
- uid: "com.azure.resourcemanager.nginx.models.Configurations.get(java.lang.String,java.lang.String,java.lang.String)"
|
|
fullName: "com.azure.resourcemanager.nginx.models.Configurations.get(String resourceGroupName, String deploymentName, String configurationName)"
|
|
name: "get(String resourceGroupName, String deploymentName, String configurationName)"
|
|
nameWithType: "Configurations.get(String resourceGroupName, String deploymentName, String configurationName)"
|
|
summary: "Get the NGINX configuration of given NGINX deployment."
|
|
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 targeted NGINX deployment."
|
|
name: "deploymentName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "The name of configuration, only 'default' is supported value due to the singleton of\n NGINX conf."
|
|
name: "configurationName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
syntax: "public abstract NginxConfiguration get(String resourceGroupName, String deploymentName, String configurationName)"
|
|
desc: "Get the NGINX configuration of given NGINX deployment."
|
|
returns:
|
|
description: "the NGINX configuration of given NGINX deployment."
|
|
type: "<xref href=\"com.azure.resourcemanager.nginx.models.NginxConfiguration?alt=com.azure.resourcemanager.nginx.models.NginxConfiguration&text=NginxConfiguration\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.nginx.models.Configurations.getById(java.lang.String)"
|
|
fullName: "com.azure.resourcemanager.nginx.models.Configurations.getById(String id)"
|
|
name: "getById(String id)"
|
|
nameWithType: "Configurations.getById(String id)"
|
|
summary: "Get the NGINX configuration of given NGINX deployment."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "the resource ID."
|
|
name: "id"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
syntax: "public abstract NginxConfiguration getById(String id)"
|
|
desc: "Get the NGINX configuration of given NGINX deployment."
|
|
returns:
|
|
description: "the NGINX configuration of given NGINX deployment 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.resourcemanager.nginx.models.NginxConfiguration?alt=com.azure.resourcemanager.nginx.models.NginxConfiguration&text=NginxConfiguration\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.nginx.models.Configurations.getByIdWithResponse(java.lang.String,com.azure.core.util.Context)"
|
|
fullName: "com.azure.resourcemanager.nginx.models.Configurations.getByIdWithResponse(String id, Context context)"
|
|
name: "getByIdWithResponse(String id, Context context)"
|
|
nameWithType: "Configurations.getByIdWithResponse(String id, Context context)"
|
|
summary: "Get the NGINX configuration of given NGINX deployment."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "the resource ID."
|
|
name: "id"
|
|
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<NginxConfiguration> getByIdWithResponse(String id, Context context)"
|
|
desc: "Get the NGINX configuration of given NGINX deployment."
|
|
returns:
|
|
description: "the NGINX configuration of given NGINX deployment 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\" /><<xref href=\"com.azure.resourcemanager.nginx.models.NginxConfiguration?alt=com.azure.resourcemanager.nginx.models.NginxConfiguration&text=NginxConfiguration\" data-throw-if-not-resolved=\"False\" />>"
|
|
- uid: "com.azure.resourcemanager.nginx.models.Configurations.getWithResponse(java.lang.String,java.lang.String,java.lang.String,com.azure.core.util.Context)"
|
|
fullName: "com.azure.resourcemanager.nginx.models.Configurations.getWithResponse(String resourceGroupName, String deploymentName, String configurationName, Context context)"
|
|
name: "getWithResponse(String resourceGroupName, String deploymentName, String configurationName, Context context)"
|
|
nameWithType: "Configurations.getWithResponse(String resourceGroupName, String deploymentName, String configurationName, Context context)"
|
|
summary: "Get the NGINX configuration of given NGINX deployment."
|
|
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 targeted NGINX deployment."
|
|
name: "deploymentName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "The name of configuration, only 'default' is supported value due to the singleton of\n NGINX conf."
|
|
name: "configurationName"
|
|
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<NginxConfiguration> getWithResponse(String resourceGroupName, String deploymentName, String configurationName, Context context)"
|
|
desc: "Get the NGINX configuration of given NGINX deployment."
|
|
returns:
|
|
description: "the NGINX configuration of given NGINX deployment 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\" /><<xref href=\"com.azure.resourcemanager.nginx.models.NginxConfiguration?alt=com.azure.resourcemanager.nginx.models.NginxConfiguration&text=NginxConfiguration\" data-throw-if-not-resolved=\"False\" />>"
|
|
- uid: "com.azure.resourcemanager.nginx.models.Configurations.list(java.lang.String,java.lang.String)"
|
|
fullName: "com.azure.resourcemanager.nginx.models.Configurations.list(String resourceGroupName, String deploymentName)"
|
|
name: "list(String resourceGroupName, String deploymentName)"
|
|
nameWithType: "Configurations.list(String resourceGroupName, String deploymentName)"
|
|
summary: "List the NGINX configuration of given NGINX deployment."
|
|
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 targeted NGINX deployment."
|
|
name: "deploymentName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
syntax: "public abstract PagedIterable<NginxConfiguration> list(String resourceGroupName, String deploymentName)"
|
|
desc: "List the NGINX configuration of given NGINX deployment."
|
|
returns:
|
|
description: "response of a list operation as paginated response with <xref uid=\"com.azure.core.http.rest.PagedIterable\" data-throw-if-not-resolved=\"false\" data-raw-source=\"PagedIterable\"></xref>."
|
|
type: "<xref href=\"com.azure.core.http.rest.PagedIterable?alt=com.azure.core.http.rest.PagedIterable&text=PagedIterable\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.azure.resourcemanager.nginx.models.NginxConfiguration?alt=com.azure.resourcemanager.nginx.models.NginxConfiguration&text=NginxConfiguration\" data-throw-if-not-resolved=\"False\" />>"
|
|
- uid: "com.azure.resourcemanager.nginx.models.Configurations.list(java.lang.String,java.lang.String,com.azure.core.util.Context)"
|
|
fullName: "com.azure.resourcemanager.nginx.models.Configurations.list(String resourceGroupName, String deploymentName, Context context)"
|
|
name: "list(String resourceGroupName, String deploymentName, Context context)"
|
|
nameWithType: "Configurations.list(String resourceGroupName, String deploymentName, Context context)"
|
|
summary: "List the NGINX configuration of given NGINX deployment."
|
|
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 targeted NGINX deployment."
|
|
name: "deploymentName"
|
|
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 PagedIterable<NginxConfiguration> list(String resourceGroupName, String deploymentName, Context context)"
|
|
desc: "List the NGINX configuration of given NGINX deployment."
|
|
returns:
|
|
description: "response of a list operation as paginated response with <xref uid=\"com.azure.core.http.rest.PagedIterable\" data-throw-if-not-resolved=\"false\" data-raw-source=\"PagedIterable\"></xref>."
|
|
type: "<xref href=\"com.azure.core.http.rest.PagedIterable?alt=com.azure.core.http.rest.PagedIterable&text=PagedIterable\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.azure.resourcemanager.nginx.models.NginxConfiguration?alt=com.azure.resourcemanager.nginx.models.NginxConfiguration&text=NginxConfiguration\" data-throw-if-not-resolved=\"False\" />>"
|
|
type: "interface"
|
|
desc: "Resource collection API of Configurations."
|
|
metadata: {}
|
|
package: "com.azure.resourcemanager.nginx.models"
|
|
artifact: com.azure.resourcemanager:azure-resourcemanager-nginx:1.0.0
|