azure.mgmt.nginx package
Submodules
- azure.mgmt.nginx.models module
ActivationState
AnalysisCreate
AnalysisCreateConfig
AnalysisDiagnostic
AnalysisResult
AnalysisResultData
AutoUpgradeProfile
CreatedByType
DiagnosticItem
ErrorAdditionalInfo
ErrorDetail
ErrorResponse
IdentityProperties
IdentityType
Level
NginxCertificate
NginxCertificateErrorResponseBody
NginxCertificateListResponse
NginxCertificateProperties
NginxConfigurationFile
NginxConfigurationListResponse
NginxConfigurationPackage
NginxConfigurationProtectedFileRequest
NginxConfigurationProtectedFileResponse
NginxConfigurationRequest
NginxConfigurationRequestProperties
NginxConfigurationResponse
NginxConfigurationResponseProperties
NginxDeployment
NginxDeploymentApiKeyListResponse
NginxDeploymentApiKeyRequest
NginxDeploymentApiKeyRequestProperties
NginxDeploymentApiKeyResponse
NginxDeploymentApiKeyResponseProperties
NginxDeploymentListResponse
NginxDeploymentProperties
NginxDeploymentPropertiesNginxAppProtect
NginxDeploymentScalingProperties
NginxDeploymentUpdateParameters
NginxDeploymentUpdateProperties
NginxDeploymentUpdatePropertiesNginxAppProtect
NginxDeploymentUserProfile
NginxFrontendIPConfiguration
NginxLogging
NginxNetworkInterfaceConfiguration
NginxNetworkProfile
NginxPrivateIPAddress
NginxPrivateIPAllocationMethod
NginxPublicIPAddress
NginxStorageAccount
OperationDisplay
OperationListResult
OperationResult
ProvisioningState
ResourceSku
ScaleProfile
ScaleProfileCapacity
SystemData
UserIdentityProperties
WebApplicationFirewallComponentVersions
WebApplicationFirewallPackage
WebApplicationFirewallSettings
WebApplicationFirewallStatus
- azure.mgmt.nginx.operations module
Module contents
- class azure.mgmt.nginx.NginxManagementClient(credential: TokenCredential, subscription_id: str, base_url: str = 'https://management.azure.com', **kwargs: Any)[source]
Bases:
object
NginxManagementClient.
- Variables:
api_keys (azure.mgmt.nginx.operations.ApiKeysOperations) – ApiKeysOperations operations
certificates (azure.mgmt.nginx.operations.CertificatesOperations) – CertificatesOperations operations
configurations (azure.mgmt.nginx.operations.ConfigurationsOperations) – ConfigurationsOperations operations
deployments (azure.mgmt.nginx.operations.DeploymentsOperations) – DeploymentsOperations operations
operations (azure.mgmt.nginx.operations.Operations) – Operations operations
- Parameters:
credential (TokenCredential) – Credential needed for the client to connect to Azure. Required.
subscription_id (str) – The ID of the target subscription. The value must be an UUID. Required.
base_url (str) – Service URL. Default value is “https://management.azure.com”.
- Keyword Arguments: