Share via


NginxExtensions Class

Definition

A class to add extension methods to Azure.ResourceManager.Nginx.

public static class NginxExtensions
type NginxExtensions = class
Public Module NginxExtensions
Inheritance
NginxExtensions

Methods

GetNginxCertificateResource(ArmClient, ResourceIdentifier)

Gets an object representing a NginxCertificateResource along with the instance operations that can be performed on it but with no data. You can use CreateResourceIdentifier(String, String, String, String) to create a NginxCertificateResourceResourceIdentifier from its components. MockingTo mock this method, please mock GetNginxCertificateResource(ResourceIdentifier) instead.

GetNginxConfigurationResource(ArmClient, ResourceIdentifier)

Gets an object representing a NginxConfigurationResource along with the instance operations that can be performed on it but with no data. You can use CreateResourceIdentifier(String, String, String, String) to create a NginxConfigurationResourceResourceIdentifier from its components. MockingTo mock this method, please mock GetNginxConfigurationResource(ResourceIdentifier) instead.

GetNginxDeployment(ResourceGroupResource, String, CancellationToken)

Get the NGINX deployment

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Nginx.NginxPlus/nginxDeployments/{deploymentName}
  • Operation Id: Deployments_Get
  • Default Api Version: 2024-01-01-preview
  • Resource: NginxDeploymentResource
GetNginxDeploymentAsync(ResourceGroupResource, String, CancellationToken)

Get the NGINX deployment

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Nginx.NginxPlus/nginxDeployments/{deploymentName}
  • Operation Id: Deployments_Get
  • Default Api Version: 2024-01-01-preview
  • Resource: NginxDeploymentResource
GetNginxDeploymentResource(ArmClient, ResourceIdentifier)

Gets an object representing a NginxDeploymentResource along with the instance operations that can be performed on it but with no data. You can use CreateResourceIdentifier(String, String, String) to create a NginxDeploymentResourceResourceIdentifier from its components. MockingTo mock this method, please mock GetNginxDeploymentResource(ResourceIdentifier) instead.

GetNginxDeployments(ResourceGroupResource)

Gets a collection of NginxDeploymentResources in the ResourceGroupResource. MockingTo mock this method, please mock GetNginxDeployments() instead.

GetNginxDeployments(SubscriptionResource, CancellationToken)

List the NGINX deployments resources

  • Request Path: /subscriptions/{subscriptionId}/providers/Nginx.NginxPlus/nginxDeployments
  • Operation Id: Deployments_List
  • Default Api Version: 2024-01-01-preview
  • Resource: NginxDeploymentResource
GetNginxDeploymentsAsync(SubscriptionResource, CancellationToken)

List the NGINX deployments resources

  • Request Path: /subscriptions/{subscriptionId}/providers/Nginx.NginxPlus/nginxDeployments
  • Operation Id: Deployments_List
  • Default Api Version: 2024-01-01-preview
  • Resource: NginxDeploymentResource

Applies to