Udostępnij przez


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

Name Description
GetNginxCertificateResource(ArmClient, ResourceIdentifier)

Gets an object representing a NginxCertificateResource along with the instance operations that can be performed on it but with no data. <item> Mocking. To mock this method, please mock GetNginxCertificateResource(ResourceIdentifier) instead. </item>

GetNginxConfigurationResource(ArmClient, ResourceIdentifier)

Gets an object representing a NginxConfigurationResource along with the instance operations that can be performed on it but with no data. <item> Mocking. To mock this method, please mock GetNginxConfigurationResource(ResourceIdentifier) instead. </item>

GetNginxDeployment(ResourceGroupResource, String, CancellationToken)

Get the NGINX deployment <item> Mocking. To mock this method, please mock GetNginxDeployment(String, CancellationToken) instead. </item>

GetNginxDeploymentApiKeyResource(ArmClient, ResourceIdentifier)

Gets an object representing a NginxDeploymentApiKeyResource along with the instance operations that can be performed on it but with no data. <item> Mocking. To mock this method, please mock GetNginxDeploymentApiKeyResource(ResourceIdentifier) instead. </item>

GetNginxDeploymentAsync(ResourceGroupResource, String, CancellationToken)

Get the NGINX deployment <item> Mocking. To mock this method, please mock GetNginxDeploymentAsync(String, CancellationToken) instead. </item>

GetNginxDeploymentResource(ArmClient, ResourceIdentifier)

Gets an object representing a NginxDeploymentResource along with the instance operations that can be performed on it but with no data. <item> Mocking. To mock this method, please mock GetNginxDeploymentResource(ResourceIdentifier) instead. </item>

GetNginxDeployments(ResourceGroupResource)

Gets a collection of NginxDeployments in the ResourceGroupResource<item> Mocking. To mock this method, please mock GetNginxDeployments() instead. </item>

GetNginxDeployments(SubscriptionResource, CancellationToken)

List the NGINX deployments resources <item> Mocking. To mock this method, please mock GetNginxDeployments(CancellationToken) instead. </item>

GetNginxDeploymentsAsync(SubscriptionResource, CancellationToken)

List the NGINX deployments resources <item> Mocking. To mock this method, please mock GetNginxDeploymentsAsync(CancellationToken) instead. </item>

GetNginxDeploymentWafPolicyResource(ArmClient, ResourceIdentifier)

Gets an object representing a NginxDeploymentWafPolicyResource along with the instance operations that can be performed on it but with no data. <item> Mocking. To mock this method, please mock GetNginxDeploymentWafPolicyResource(ResourceIdentifier) instead. </item>

Applies to