Uses of Class
com.azure.resourcemanager.cdn.models.SslProtocolMatchConditionParameters
Packages that use SslProtocolMatchConditionParameters
Package
Description
Package containing the data models for CdnManagementClient.
-
Uses of SslProtocolMatchConditionParameters in com.azure.resourcemanager.cdn.models
Classes in com.azure.resourcemanager.cdn.models that implement interfaces with type arguments of type SslProtocolMatchConditionParametersModifier and TypeClassDescriptionfinal classDefines the parameters for SslProtocol match conditions.Methods in com.azure.resourcemanager.cdn.models that return SslProtocolMatchConditionParametersModifier and TypeMethodDescriptionSslProtocolMatchConditionParameters.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of SslProtocolMatchConditionParameters from the JsonReader.DeliveryRuleSslProtocolCondition.parameters()Get the parameters property: Defines the parameters for the condition.SslProtocolMatchConditionParameters.withMatchValues(List<SslProtocol> matchValues) Set the matchValues property: The match value for the condition of the delivery rule.SslProtocolMatchConditionParameters.withNegateCondition(Boolean negateCondition) Set the negateCondition property: Describes if this is negate condition or not.SslProtocolMatchConditionParameters.withOperator(SslProtocolOperator operator) Set the operator property: Describes operator to be matched.SslProtocolMatchConditionParameters.withTransforms(List<Transform> transforms) Set the transforms property: List of transforms.SslProtocolMatchConditionParameters.withTypeName(String typeName) Set the typeName property: The typeName property.Methods in com.azure.resourcemanager.cdn.models with parameters of type SslProtocolMatchConditionParametersModifier and TypeMethodDescriptionDeliveryRuleSslProtocolCondition.withParameters(SslProtocolMatchConditionParameters parameters) Set the parameters property: Defines the parameters for the condition.