Azure.ResourceManager.Nginx Namespace

Classes

NginxCertificateCollection

A class representing a collection of NginxCertificateResource and their operations. Each NginxCertificateResource in the collection will belong to the same instance of NginxDeploymentResource. To get a NginxCertificateCollection instance call the GetNginxCertificates method from an instance of NginxDeploymentResource.

NginxCertificateData

A class representing the NginxCertificate data model.

NginxCertificateResource

A Class representing a NginxCertificate along with the instance operations that can be performed on it. If you have a ResourceIdentifier you can construct a NginxCertificateResource from an instance of ArmClient using the GetNginxCertificateResource method. Otherwise you can get one from its parent resource NginxDeploymentResource using the GetNginxCertificate method.

NginxConfigurationCollection

A class representing a collection of NginxConfigurationResource and their operations. Each NginxConfigurationResource in the collection will belong to the same instance of NginxDeploymentResource. To get a NginxConfigurationCollection instance call the GetNginxConfigurations method from an instance of NginxDeploymentResource.

NginxConfigurationData

A class representing the NginxConfiguration data model.

NginxConfigurationResource

A Class representing a NginxConfiguration along with the instance operations that can be performed on it. If you have a ResourceIdentifier you can construct a NginxConfigurationResource from an instance of ArmClient using the GetNginxConfigurationResource method. Otherwise you can get one from its parent resource NginxDeploymentResource using the GetNginxConfiguration method.

NginxDeploymentCollection

A class representing a collection of NginxDeploymentResource and their operations. Each NginxDeploymentResource in the collection will belong to the same instance of ResourceGroupResource. To get a NginxDeploymentCollection instance call the GetNginxDeployments method from an instance of ResourceGroupResource.

NginxDeploymentData

A class representing the NginxDeployment data model.

NginxDeploymentResource

A Class representing a NginxDeployment along with the instance operations that can be performed on it. If you have a ResourceIdentifier you can construct a NginxDeploymentResource from an instance of ArmClient using the GetNginxDeploymentResource method. Otherwise you can get one from its parent resource ResourceGroupResource using the GetNginxDeployment method.

NginxExtensions

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