| Package | Description |
|---|---|
| com.azure.resourcemanager.cdn.models |
Package containing the data models for CdnManagementClient.
|
| Modifier and Type | Method and Description |
|---|---|
UrlSigningActionParameters |
UrlSigningAction.parameters()
Get the parameters property: Defines the parameters for the action.
|
UrlSigningActionParameters |
UrlSigningActionParameters.withAlgorithm(Algorithm algorithm)
Set the algorithm property: Algorithm to use for URL signing.
|
UrlSigningActionParameters |
UrlSigningActionParameters.withIpSubnets(List<String> ipSubnets)
Set the ipSubnets property: Match values to match against.
|
UrlSigningActionParameters |
UrlSigningActionParameters.withKeyId(String keyId)
Set the keyId property: Id reference of the key to be used to verify the hash and should be defined in
UrlSigningKeys.
|
UrlSigningActionParameters |
UrlSigningActionParameters.withOdataType(UrlSigningActionParametersOdataType odataType)
Set the odataType property: The @odata.type property.
|
UrlSigningActionParameters |
UrlSigningActionParameters.withParameterNameOverride(List<UrlSigningParamIdentifier> parameterNameOverride)
Set the parameterNameOverride property: Defines which query string parameters in the url to be considered for
expires, key id etc.
|
| Modifier and Type | Method and Description |
|---|---|
UrlSigningAction |
UrlSigningAction.withParameters(UrlSigningActionParameters parameters)
Set the parameters property: Defines the parameters for the action.
|
Copyright © 2020 Microsoft Corporation. All rights reserved.