NginxExtensions Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
|
GetNginxDeploymentAsync(ResourceGroupResource, String, CancellationToken) |
Get the NGINX deployment
|
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
|
GetNginxDeploymentsAsync(SubscriptionResource, CancellationToken) |
List the NGINX deployments resources
|
Applies to
Azure SDK for .NET