233 строки
16 KiB
YAML
233 строки
16 KiB
YAML
|
### YamlMime:JavaType
|
||
|
uid: "com.azure.resourcemanager.nginx.models.Deployments"
|
||
|
fullName: "com.azure.resourcemanager.nginx.models.Deployments"
|
||
|
name: "Deployments"
|
||
|
nameWithType: "Deployments"
|
||
|
summary: "Resource collection API of Deployments."
|
||
|
syntax: "public interface **Deployments**"
|
||
|
methods:
|
||
|
- uid: "com.azure.resourcemanager.nginx.models.Deployments.define(java.lang.String)"
|
||
|
fullName: "com.azure.resourcemanager.nginx.models.Deployments.define(String name)"
|
||
|
name: "define(String name)"
|
||
|
nameWithType: "Deployments.define(String name)"
|
||
|
summary: "Begins definition for a new Nginx<wbr>Deployment 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 NginxDeployment.DefinitionStages.Blank define(String name)"
|
||
|
desc: "Begins definition for a new NginxDeployment resource."
|
||
|
returns:
|
||
|
description: "the first stage of the new NginxDeployment definition."
|
||
|
type: "<xref href=\"com.azure.resourcemanager.nginx.models.NginxDeployment.DefinitionStages.Blank?alt=com.azure.resourcemanager.nginx.models.NginxDeployment.DefinitionStages.Blank&text=Blank\" data-throw-if-not-resolved=\"False\" />"
|
||
|
- uid: "com.azure.resourcemanager.nginx.models.Deployments.delete(java.lang.String,java.lang.String,com.azure.core.util.Context)"
|
||
|
fullName: "com.azure.resourcemanager.nginx.models.Deployments.delete(String resourceGroupName, String deploymentName, Context context)"
|
||
|
name: "delete(String resourceGroupName, String deploymentName, Context context)"
|
||
|
nameWithType: "Deployments.delete(String resourceGroupName, String deploymentName, Context context)"
|
||
|
summary: "Delete the NGINX deployment resource."
|
||
|
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 void delete(String resourceGroupName, String deploymentName, Context context)"
|
||
|
desc: "Delete the NGINX deployment resource."
|
||
|
- uid: "com.azure.resourcemanager.nginx.models.Deployments.deleteById(java.lang.String)"
|
||
|
fullName: "com.azure.resourcemanager.nginx.models.Deployments.deleteById(String id)"
|
||
|
name: "deleteById(String id)"
|
||
|
nameWithType: "Deployments.deleteById(String id)"
|
||
|
summary: "Delete the NGINX deployment resource."
|
||
|
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: "Delete the NGINX deployment resource."
|
||
|
- uid: "com.azure.resourcemanager.nginx.models.Deployments.deleteByIdWithResponse(java.lang.String,com.azure.core.util.Context)"
|
||
|
fullName: "com.azure.resourcemanager.nginx.models.Deployments.deleteByIdWithResponse(String id, Context context)"
|
||
|
name: "deleteByIdWithResponse(String id, Context context)"
|
||
|
nameWithType: "Deployments.deleteByIdWithResponse(String id, Context context)"
|
||
|
summary: "Delete the NGINX deployment resource."
|
||
|
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: "Delete the NGINX deployment resource."
|
||
|
- uid: "com.azure.resourcemanager.nginx.models.Deployments.deleteByResourceGroup(java.lang.String,java.lang.String)"
|
||
|
fullName: "com.azure.resourcemanager.nginx.models.Deployments.deleteByResourceGroup(String resourceGroupName, String deploymentName)"
|
||
|
name: "deleteByResourceGroup(String resourceGroupName, String deploymentName)"
|
||
|
nameWithType: "Deployments.deleteByResourceGroup(String resourceGroupName, String deploymentName)"
|
||
|
summary: "Delete the NGINX deployment resource."
|
||
|
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 void deleteByResourceGroup(String resourceGroupName, String deploymentName)"
|
||
|
desc: "Delete the NGINX deployment resource."
|
||
|
- uid: "com.azure.resourcemanager.nginx.models.Deployments.getById(java.lang.String)"
|
||
|
fullName: "com.azure.resourcemanager.nginx.models.Deployments.getById(String id)"
|
||
|
name: "getById(String id)"
|
||
|
nameWithType: "Deployments.getById(String id)"
|
||
|
summary: "Get the 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 NginxDeployment getById(String id)"
|
||
|
desc: "Get the NGINX deployment."
|
||
|
returns:
|
||
|
description: "the 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.NginxDeployment?alt=com.azure.resourcemanager.nginx.models.NginxDeployment&text=NginxDeployment\" data-throw-if-not-resolved=\"False\" />"
|
||
|
- uid: "com.azure.resourcemanager.nginx.models.Deployments.getByIdWithResponse(java.lang.String,com.azure.core.util.Context)"
|
||
|
fullName: "com.azure.resourcemanager.nginx.models.Deployments.getByIdWithResponse(String id, Context context)"
|
||
|
name: "getByIdWithResponse(String id, Context context)"
|
||
|
nameWithType: "Deployments.getByIdWithResponse(String id, Context context)"
|
||
|
summary: "Get the 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<NginxDeployment> getByIdWithResponse(String id, Context context)"
|
||
|
desc: "Get the NGINX deployment."
|
||
|
returns:
|
||
|
description: "the 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.NginxDeployment?alt=com.azure.resourcemanager.nginx.models.NginxDeployment&text=NginxDeployment\" data-throw-if-not-resolved=\"False\" />>"
|
||
|
- uid: "com.azure.resourcemanager.nginx.models.Deployments.getByResourceGroup(java.lang.String,java.lang.String)"
|
||
|
fullName: "com.azure.resourcemanager.nginx.models.Deployments.getByResourceGroup(String resourceGroupName, String deploymentName)"
|
||
|
name: "getByResourceGroup(String resourceGroupName, String deploymentName)"
|
||
|
nameWithType: "Deployments.getByResourceGroup(String resourceGroupName, String deploymentName)"
|
||
|
summary: "Get the 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 NginxDeployment getByResourceGroup(String resourceGroupName, String deploymentName)"
|
||
|
desc: "Get the NGINX deployment."
|
||
|
returns:
|
||
|
description: "the NGINX deployment."
|
||
|
type: "<xref href=\"com.azure.resourcemanager.nginx.models.NginxDeployment?alt=com.azure.resourcemanager.nginx.models.NginxDeployment&text=NginxDeployment\" data-throw-if-not-resolved=\"False\" />"
|
||
|
- uid: "com.azure.resourcemanager.nginx.models.Deployments.getByResourceGroupWithResponse(java.lang.String,java.lang.String,com.azure.core.util.Context)"
|
||
|
fullName: "com.azure.resourcemanager.nginx.models.Deployments.getByResourceGroupWithResponse(String resourceGroupName, String deploymentName, Context context)"
|
||
|
name: "getByResourceGroupWithResponse(String resourceGroupName, String deploymentName, Context context)"
|
||
|
nameWithType: "Deployments.getByResourceGroupWithResponse(String resourceGroupName, String deploymentName, Context context)"
|
||
|
summary: "Get the 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 Response<NginxDeployment> getByResourceGroupWithResponse(String resourceGroupName, String deploymentName, Context context)"
|
||
|
desc: "Get the NGINX deployment."
|
||
|
returns:
|
||
|
description: "the 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.NginxDeployment?alt=com.azure.resourcemanager.nginx.models.NginxDeployment&text=NginxDeployment\" data-throw-if-not-resolved=\"False\" />>"
|
||
|
- uid: "com.azure.resourcemanager.nginx.models.Deployments.list()"
|
||
|
fullName: "com.azure.resourcemanager.nginx.models.Deployments.list()"
|
||
|
name: "list()"
|
||
|
nameWithType: "Deployments.list()"
|
||
|
summary: "List the NGINX deployments resources."
|
||
|
modifiers:
|
||
|
- "abstract"
|
||
|
syntax: "public abstract PagedIterable<NginxDeployment> list()"
|
||
|
desc: "List the NGINX deployments resources."
|
||
|
returns:
|
||
|
description: "the 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.NginxDeployment?alt=com.azure.resourcemanager.nginx.models.NginxDeployment&text=NginxDeployment\" data-throw-if-not-resolved=\"False\" />>"
|
||
|
- uid: "com.azure.resourcemanager.nginx.models.Deployments.list(com.azure.core.util.Context)"
|
||
|
fullName: "com.azure.resourcemanager.nginx.models.Deployments.list(Context context)"
|
||
|
name: "list(Context context)"
|
||
|
nameWithType: "Deployments.list(Context context)"
|
||
|
summary: "List the NGINX deployments resources."
|
||
|
modifiers:
|
||
|
- "abstract"
|
||
|
parameters:
|
||
|
- 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<NginxDeployment> list(Context context)"
|
||
|
desc: "List the NGINX deployments resources."
|
||
|
returns:
|
||
|
description: "the 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.NginxDeployment?alt=com.azure.resourcemanager.nginx.models.NginxDeployment&text=NginxDeployment\" data-throw-if-not-resolved=\"False\" />>"
|
||
|
- uid: "com.azure.resourcemanager.nginx.models.Deployments.listByResourceGroup(java.lang.String)"
|
||
|
fullName: "com.azure.resourcemanager.nginx.models.Deployments.listByResourceGroup(String resourceGroupName)"
|
||
|
name: "listByResourceGroup(String resourceGroupName)"
|
||
|
nameWithType: "Deployments.listByResourceGroup(String resourceGroupName)"
|
||
|
summary: "List all NGINX deployments under the specified resource group."
|
||
|
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>"
|
||
|
syntax: "public abstract PagedIterable<NginxDeployment> listByResourceGroup(String resourceGroupName)"
|
||
|
desc: "List all NGINX deployments under the specified resource group."
|
||
|
returns:
|
||
|
description: "the 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.NginxDeployment?alt=com.azure.resourcemanager.nginx.models.NginxDeployment&text=NginxDeployment\" data-throw-if-not-resolved=\"False\" />>"
|
||
|
- uid: "com.azure.resourcemanager.nginx.models.Deployments.listByResourceGroup(java.lang.String,com.azure.core.util.Context)"
|
||
|
fullName: "com.azure.resourcemanager.nginx.models.Deployments.listByResourceGroup(String resourceGroupName, Context context)"
|
||
|
name: "listByResourceGroup(String resourceGroupName, Context context)"
|
||
|
nameWithType: "Deployments.listByResourceGroup(String resourceGroupName, Context context)"
|
||
|
summary: "List all NGINX deployments under the specified resource group."
|
||
|
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 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<NginxDeployment> listByResourceGroup(String resourceGroupName, Context context)"
|
||
|
desc: "List all NGINX deployments under the specified resource group."
|
||
|
returns:
|
||
|
description: "the 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.NginxDeployment?alt=com.azure.resourcemanager.nginx.models.NginxDeployment&text=NginxDeployment\" data-throw-if-not-resolved=\"False\" />>"
|
||
|
type: "interface"
|
||
|
desc: "Resource collection API of Deployments."
|
||
|
metadata: {}
|
||
|
package: "com.azure.resourcemanager.nginx.models"
|
||
|
artifact: com.azure.resourcemanager:azure-resourcemanager-nginx:1.0.0
|