| Package | Description |
|---|---|
| com.microsoft.azure.management.network |
This package contains the classes for NetworkManagementClient.
|
| com.microsoft.azure.management.network.model |
This package contains the common interfaces for resource models in networking.
|
| Modifier and Type | Interface and Description |
|---|---|
static interface |
ApplicationGatewayListener.Definition<ParentT>
The entirety of an application gateway HTTP listener definition.
|
static interface |
ApplicationGatewayListener.DefinitionStages.WithSslPassword<ParentT>
The stage of an application gateway frontend listener definition allowing to specify the password for the private key of the imported SSL certificate.
|
static interface |
ApplicationGatewayRequestRoutingRule.Definition<ParentT>
The entirety of an application gateway request routing rule definition.
|
static interface |
ApplicationGatewayRequestRoutingRule.DefinitionStages.WithSslPassword<ParentT>
The stage of an application gateway request routing rule allowing to specify an SSL certificate.
|
| Modifier and Type | Method and Description |
|---|---|
HasSslCertificate.DefinitionStages.WithSslPassword<ReturnT> |
HasSslCertificate.DefinitionStages.WithSslCertificate.withSslCertificateFromPfxFile(File pfxFile)
Specifies the PFX file to import the SSL certificate from to associated with this resource.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/