### YamlMime:JavaType uid: "com.azure.resourcemanager.nginx.fluent.DeploymentsClient" fullName: "com.azure.resourcemanager.nginx.fluent.DeploymentsClient" name: "DeploymentsClient" nameWithType: "DeploymentsClient" summary: "An instance of this class provides access to all the operations defined in DeploymentsClient." syntax: "public interface **DeploymentsClient**" methods: - uid: "com.azure.resourcemanager.nginx.fluent.DeploymentsClient.beginCreateOrUpdate(java.lang.String,java.lang.String)" fullName: "com.azure.resourcemanager.nginx.fluent.DeploymentsClient.beginCreateOrUpdate(String resourceGroupName, String deploymentName)" name: "beginCreateOrUpdate(String resourceGroupName, String deploymentName)" nameWithType: "DeploymentsClient.beginCreateOrUpdate(String resourceGroupName, String deploymentName)" summary: "Create or update the NGINX deployment." modifiers: - "abstract" parameters: - description: "The name of the resource group. The name is case insensitive." name: "resourceGroupName" type: "String" - description: "The name of targeted NGINX deployment." name: "deploymentName" type: "String" syntax: "public abstract SyncPoller,NginxDeploymentInner> beginCreateOrUpdate(String resourceGroupName, String deploymentName)" desc: "Create or update the NGINX deployment." returns: description: "the for polling of long-running operation." type: "<<>,>" - uid: "com.azure.resourcemanager.nginx.fluent.DeploymentsClient.beginCreateOrUpdate(java.lang.String,java.lang.String,com.azure.resourcemanager.nginx.fluent.models.NginxDeploymentInner,com.azure.core.util.Context)" fullName: "com.azure.resourcemanager.nginx.fluent.DeploymentsClient.beginCreateOrUpdate(String resourceGroupName, String deploymentName, NginxDeploymentInner body, Context context)" name: "beginCreateOrUpdate(String resourceGroupName, String deploymentName, NginxDeploymentInner body, Context context)" nameWithType: "DeploymentsClient.beginCreateOrUpdate(String resourceGroupName, String deploymentName, NginxDeploymentInner body, Context context)" summary: "Create or update the NGINX deployment." modifiers: - "abstract" parameters: - description: "The name of the resource group. The name is case insensitive." name: "resourceGroupName" type: "String" - description: "The name of targeted NGINX deployment." name: "deploymentName" type: "String" - description: "The body parameter." name: "body" type: "" - description: "The context to associate with this operation." name: "context" type: "" syntax: "public abstract SyncPoller,NginxDeploymentInner> beginCreateOrUpdate(String resourceGroupName, String deploymentName, NginxDeploymentInner body, Context context)" desc: "Create or update the NGINX deployment." returns: description: "the for polling of long-running operation." type: "<<>,>" - uid: "com.azure.resourcemanager.nginx.fluent.DeploymentsClient.beginDelete(java.lang.String,java.lang.String)" fullName: "com.azure.resourcemanager.nginx.fluent.DeploymentsClient.beginDelete(String resourceGroupName, String deploymentName)" name: "beginDelete(String resourceGroupName, String deploymentName)" nameWithType: "DeploymentsClient.beginDelete(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: "String" - description: "The name of targeted NGINX deployment." name: "deploymentName" type: "String" syntax: "public abstract SyncPoller,Void> beginDelete(String resourceGroupName, String deploymentName)" desc: "Delete the NGINX deployment resource." returns: description: "the for polling of long-running operation." type: "<<Void>,Void>" - uid: "com.azure.resourcemanager.nginx.fluent.DeploymentsClient.beginDelete(java.lang.String,java.lang.String,com.azure.core.util.Context)" fullName: "com.azure.resourcemanager.nginx.fluent.DeploymentsClient.beginDelete(String resourceGroupName, String deploymentName, Context context)" name: "beginDelete(String resourceGroupName, String deploymentName, Context context)" nameWithType: "DeploymentsClient.beginDelete(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: "String" - description: "The name of targeted NGINX deployment." name: "deploymentName" type: "String" - description: "The context to associate with this operation." name: "context" type: "" syntax: "public abstract SyncPoller,Void> beginDelete(String resourceGroupName, String deploymentName, Context context)" desc: "Delete the NGINX deployment resource." returns: description: "the for polling of long-running operation." type: "<<Void>,Void>" - uid: "com.azure.resourcemanager.nginx.fluent.DeploymentsClient.beginUpdate(java.lang.String,java.lang.String)" fullName: "com.azure.resourcemanager.nginx.fluent.DeploymentsClient.beginUpdate(String resourceGroupName, String deploymentName)" name: "beginUpdate(String resourceGroupName, String deploymentName)" nameWithType: "DeploymentsClient.beginUpdate(String resourceGroupName, String deploymentName)" summary: "Update the NGINX deployment." modifiers: - "abstract" parameters: - description: "The name of the resource group. The name is case insensitive." name: "resourceGroupName" type: "String" - description: "The name of targeted NGINX deployment." name: "deploymentName" type: "String" syntax: "public abstract SyncPoller,NginxDeploymentInner> beginUpdate(String resourceGroupName, String deploymentName)" desc: "Update the NGINX deployment." returns: description: "the for polling of long-running operation." type: "<<>,>" - uid: "com.azure.resourcemanager.nginx.fluent.DeploymentsClient.beginUpdate(java.lang.String,java.lang.String,com.azure.resourcemanager.nginx.models.NginxDeploymentUpdateParameters,com.azure.core.util.Context)" fullName: "com.azure.resourcemanager.nginx.fluent.DeploymentsClient.beginUpdate(String resourceGroupName, String deploymentName, NginxDeploymentUpdateParameters body, Context context)" name: "beginUpdate(String resourceGroupName, String deploymentName, NginxDeploymentUpdateParameters body, Context context)" nameWithType: "DeploymentsClient.beginUpdate(String resourceGroupName, String deploymentName, NginxDeploymentUpdateParameters body, Context context)" summary: "Update the NGINX deployment." modifiers: - "abstract" parameters: - description: "The name of the resource group. The name is case insensitive." name: "resourceGroupName" type: "String" - description: "The name of targeted NGINX deployment." name: "deploymentName" type: "String" - description: "The body parameter." name: "body" type: "" - description: "The context to associate with this operation." name: "context" type: "" syntax: "public abstract SyncPoller,NginxDeploymentInner> beginUpdate(String resourceGroupName, String deploymentName, NginxDeploymentUpdateParameters body, Context context)" desc: "Update the NGINX deployment." returns: description: "the for polling of long-running operation." type: "<<>,>" - uid: "com.azure.resourcemanager.nginx.fluent.DeploymentsClient.createOrUpdate(java.lang.String,java.lang.String)" fullName: "com.azure.resourcemanager.nginx.fluent.DeploymentsClient.createOrUpdate(String resourceGroupName, String deploymentName)" name: "createOrUpdate(String resourceGroupName, String deploymentName)" nameWithType: "DeploymentsClient.createOrUpdate(String resourceGroupName, String deploymentName)" summary: "Create or update the NGINX deployment." modifiers: - "abstract" parameters: - description: "The name of the resource group. The name is case insensitive." name: "resourceGroupName" type: "String" - description: "The name of targeted NGINX deployment." name: "deploymentName" type: "String" syntax: "public abstract NginxDeploymentInner createOrUpdate(String resourceGroupName, String deploymentName)" desc: "Create or update the NGINX deployment." returns: description: "the response." type: "" - uid: "com.azure.resourcemanager.nginx.fluent.DeploymentsClient.createOrUpdate(java.lang.String,java.lang.String,com.azure.resourcemanager.nginx.fluent.models.NginxDeploymentInner,com.azure.core.util.Context)" fullName: "com.azure.resourcemanager.nginx.fluent.DeploymentsClient.createOrUpdate(String resourceGroupName, String deploymentName, NginxDeploymentInner body, Context context)" name: "createOrUpdate(String resourceGroupName, String deploymentName, NginxDeploymentInner body, Context context)" nameWithType: "DeploymentsClient.createOrUpdate(String resourceGroupName, String deploymentName, NginxDeploymentInner body, Context context)" summary: "Create or update the NGINX deployment." modifiers: - "abstract" parameters: - description: "The name of the resource group. The name is case insensitive." name: "resourceGroupName" type: "String" - description: "The name of targeted NGINX deployment." name: "deploymentName" type: "String" - description: "The body parameter." name: "body" type: "" - description: "The context to associate with this operation." name: "context" type: "" syntax: "public abstract NginxDeploymentInner createOrUpdate(String resourceGroupName, String deploymentName, NginxDeploymentInner body, Context context)" desc: "Create or update the NGINX deployment." returns: description: "the response." type: "" - uid: "com.azure.resourcemanager.nginx.fluent.DeploymentsClient.delete(java.lang.String,java.lang.String)" fullName: "com.azure.resourcemanager.nginx.fluent.DeploymentsClient.delete(String resourceGroupName, String deploymentName)" name: "delete(String resourceGroupName, String deploymentName)" nameWithType: "DeploymentsClient.delete(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: "String" - description: "The name of targeted NGINX deployment." name: "deploymentName" type: "String" syntax: "public abstract void delete(String resourceGroupName, String deploymentName)" desc: "Delete the NGINX deployment resource." - uid: "com.azure.resourcemanager.nginx.fluent.DeploymentsClient.delete(java.lang.String,java.lang.String,com.azure.core.util.Context)" fullName: "com.azure.resourcemanager.nginx.fluent.DeploymentsClient.delete(String resourceGroupName, String deploymentName, Context context)" name: "delete(String resourceGroupName, String deploymentName, Context context)" nameWithType: "DeploymentsClient.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: "String" - description: "The name of targeted NGINX deployment." name: "deploymentName" type: "String" - description: "The context to associate with this operation." name: "context" type: "" syntax: "public abstract void delete(String resourceGroupName, String deploymentName, Context context)" desc: "Delete the NGINX deployment resource." - uid: "com.azure.resourcemanager.nginx.fluent.DeploymentsClient.getByResourceGroup(java.lang.String,java.lang.String)" fullName: "com.azure.resourcemanager.nginx.fluent.DeploymentsClient.getByResourceGroup(String resourceGroupName, String deploymentName)" name: "getByResourceGroup(String resourceGroupName, String deploymentName)" nameWithType: "DeploymentsClient.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: "String" - description: "The name of targeted NGINX deployment." name: "deploymentName" type: "String" syntax: "public abstract NginxDeploymentInner getByResourceGroup(String resourceGroupName, String deploymentName)" desc: "Get the NGINX deployment." returns: description: "the NGINX deployment." type: "" - uid: "com.azure.resourcemanager.nginx.fluent.DeploymentsClient.getByResourceGroupWithResponse(java.lang.String,java.lang.String,com.azure.core.util.Context)" fullName: "com.azure.resourcemanager.nginx.fluent.DeploymentsClient.getByResourceGroupWithResponse(String resourceGroupName, String deploymentName, Context context)" name: "getByResourceGroupWithResponse(String resourceGroupName, String deploymentName, Context context)" nameWithType: "DeploymentsClient.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: "String" - description: "The name of targeted NGINX deployment." name: "deploymentName" type: "String" - description: "The context to associate with this operation." name: "context" type: "" syntax: "public abstract Response getByResourceGroupWithResponse(String resourceGroupName, String deploymentName, Context context)" desc: "Get the NGINX deployment." returns: description: "the NGINX deployment along with ." type: "<>" - uid: "com.azure.resourcemanager.nginx.fluent.DeploymentsClient.list()" fullName: "com.azure.resourcemanager.nginx.fluent.DeploymentsClient.list()" name: "list()" nameWithType: "DeploymentsClient.list()" summary: "List the NGINX deployments resources." modifiers: - "abstract" syntax: "public abstract PagedIterable list()" desc: "List the NGINX deployments resources." returns: description: "the paginated response with ." type: "<>" - uid: "com.azure.resourcemanager.nginx.fluent.DeploymentsClient.list(com.azure.core.util.Context)" fullName: "com.azure.resourcemanager.nginx.fluent.DeploymentsClient.list(Context context)" name: "list(Context context)" nameWithType: "DeploymentsClient.list(Context context)" summary: "List the NGINX deployments resources." modifiers: - "abstract" parameters: - description: "The context to associate with this operation." name: "context" type: "" syntax: "public abstract PagedIterable list(Context context)" desc: "List the NGINX deployments resources." returns: description: "the paginated response with ." type: "<>" - uid: "com.azure.resourcemanager.nginx.fluent.DeploymentsClient.listByResourceGroup(java.lang.String)" fullName: "com.azure.resourcemanager.nginx.fluent.DeploymentsClient.listByResourceGroup(String resourceGroupName)" name: "listByResourceGroup(String resourceGroupName)" nameWithType: "DeploymentsClient.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: "String" syntax: "public abstract PagedIterable listByResourceGroup(String resourceGroupName)" desc: "List all NGINX deployments under the specified resource group." returns: description: "the paginated response with ." type: "<>" - uid: "com.azure.resourcemanager.nginx.fluent.DeploymentsClient.listByResourceGroup(java.lang.String,com.azure.core.util.Context)" fullName: "com.azure.resourcemanager.nginx.fluent.DeploymentsClient.listByResourceGroup(String resourceGroupName, Context context)" name: "listByResourceGroup(String resourceGroupName, Context context)" nameWithType: "DeploymentsClient.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: "String" - description: "The context to associate with this operation." name: "context" type: "" syntax: "public abstract PagedIterable listByResourceGroup(String resourceGroupName, Context context)" desc: "List all NGINX deployments under the specified resource group." returns: description: "the paginated response with ." type: "<>" - uid: "com.azure.resourcemanager.nginx.fluent.DeploymentsClient.update(java.lang.String,java.lang.String)" fullName: "com.azure.resourcemanager.nginx.fluent.DeploymentsClient.update(String resourceGroupName, String deploymentName)" name: "update(String resourceGroupName, String deploymentName)" nameWithType: "DeploymentsClient.update(String resourceGroupName, String deploymentName)" summary: "Update the NGINX deployment." modifiers: - "abstract" parameters: - description: "The name of the resource group. The name is case insensitive." name: "resourceGroupName" type: "String" - description: "The name of targeted NGINX deployment." name: "deploymentName" type: "String" syntax: "public abstract NginxDeploymentInner update(String resourceGroupName, String deploymentName)" desc: "Update the NGINX deployment." returns: description: "the response." type: "" - uid: "com.azure.resourcemanager.nginx.fluent.DeploymentsClient.update(java.lang.String,java.lang.String,com.azure.resourcemanager.nginx.models.NginxDeploymentUpdateParameters,com.azure.core.util.Context)" fullName: "com.azure.resourcemanager.nginx.fluent.DeploymentsClient.update(String resourceGroupName, String deploymentName, NginxDeploymentUpdateParameters body, Context context)" name: "update(String resourceGroupName, String deploymentName, NginxDeploymentUpdateParameters body, Context context)" nameWithType: "DeploymentsClient.update(String resourceGroupName, String deploymentName, NginxDeploymentUpdateParameters body, Context context)" summary: "Update the NGINX deployment." modifiers: - "abstract" parameters: - description: "The name of the resource group. The name is case insensitive." name: "resourceGroupName" type: "String" - description: "The name of targeted NGINX deployment." name: "deploymentName" type: "String" - description: "The body parameter." name: "body" type: "" - description: "The context to associate with this operation." name: "context" type: "" syntax: "public abstract NginxDeploymentInner update(String resourceGroupName, String deploymentName, NginxDeploymentUpdateParameters body, Context context)" desc: "Update the NGINX deployment." returns: description: "the response." type: "" type: "interface" desc: "An instance of this class provides access to all the operations defined in DeploymentsClient." metadata: {} package: "com.azure.resourcemanager.nginx.fluent" artifact: com.azure.resourcemanager:azure-resourcemanager-nginx:1.0.0