azure-docs-sdk-java/docs-ref-autogen/com.azure.resourcemanager.c...

120 строки
9.0 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.resourcemanager.cdn.models.UrlSigningAction"
fullName: "com.azure.resourcemanager.cdn.models.UrlSigningAction"
name: "UrlSigningAction"
nameWithType: "UrlSigningAction"
summary: "Defines the url signing action for the delivery rule."
inheritances:
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.azure.resourcemanager.cdn.models.DeliveryRuleAction?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
inheritedClassMethods:
- classRef: "<xref href=\"com.azure.resourcemanager.cdn.models.DeliveryRuleAction?alt=com.azure.resourcemanager.cdn.models.DeliveryRuleAction&text=DeliveryRuleAction\" data-throw-if-not-resolved=\"False\" />"
methodsRef:
- "<xref href=\"com.azure.resourcemanager.cdn.models.DeliveryRuleAction.fromJson(com.azure.json.JsonReader)?alt=com.azure.resourcemanager.cdn.models.DeliveryRuleAction.fromJson&text=fromJson\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.azure.resourcemanager.cdn.models.DeliveryRuleAction.name()?alt=com.azure.resourcemanager.cdn.models.DeliveryRuleAction.name&text=name\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.azure.resourcemanager.cdn.models.DeliveryRuleAction.toJson(com.azure.json.JsonWriter)?alt=com.azure.resourcemanager.cdn.models.DeliveryRuleAction.toJson&text=toJson\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.azure.resourcemanager.cdn.models.DeliveryRuleAction.validate()?alt=com.azure.resourcemanager.cdn.models.DeliveryRuleAction.validate&text=validate\" data-throw-if-not-resolved=\"False\" />"
- classRef: "java.lang.<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html\">Object</a>"
methodsRef:
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#clone--\">clone</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#equals-java.lang.Object-\">equals</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#finalize--\">finalize</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#getClass--\">getClass</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#hashCode--\">hashCode</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notify--\">notify</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notifyAll--\">notifyAll</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#toString--\">toString</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait--\">wait</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-\">wait</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-int-\">wait</a>"
syntax: "public final class **UrlSigningAction**</br> extends <xref href=\"com.azure.resourcemanager.cdn.models.DeliveryRuleAction?alt=com.azure.resourcemanager.cdn.models.DeliveryRuleAction&text=DeliveryRuleAction\" data-throw-if-not-resolved=\"False\" />"
constructors:
- uid: "com.azure.resourcemanager.cdn.models.UrlSigningAction.UrlSigningAction()"
fullName: "com.azure.resourcemanager.cdn.models.UrlSigningAction.UrlSigningAction()"
name: "UrlSigningAction()"
nameWithType: "UrlSigningAction.UrlSigningAction()"
summary: "Creates an instance of Url<wbr>Signing<wbr>Action class."
syntax: "public UrlSigningAction()"
desc: "Creates an instance of UrlSigningAction class."
methods:
- uid: "com.azure.resourcemanager.cdn.models.UrlSigningAction.fromJson(com.azure.json.JsonReader)"
fullName: "com.azure.resourcemanager.cdn.models.UrlSigningAction.fromJson(JsonReader jsonReader)"
name: "fromJson(JsonReader jsonReader)"
nameWithType: "UrlSigningAction.fromJson(JsonReader jsonReader)"
summary: "Reads an instance of Url<wbr>Signing<wbr>Action from the Json<wbr>Reader."
modifiers:
- "static"
parameters:
- description: "The JsonReader being read."
name: "jsonReader"
type: "<xref href=\"com.azure.json.JsonReader?alt=com.azure.json.JsonReader&text=JsonReader\" data-throw-if-not-resolved=\"False\" />"
syntax: "public static UrlSigningAction fromJson(JsonReader jsonReader)"
exceptions:
- description: "If the deserialized JSON object was missing any required properties."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/io/IOException.html\">IOException</a>"
desc: "Reads an instance of UrlSigningAction from the JsonReader."
returns:
description: "An instance of UrlSigningAction if the JsonReader was pointing to an instance of it, or null if it was\n pointing to JSON null."
type: "<xref href=\"com.azure.resourcemanager.cdn.models.UrlSigningAction?alt=com.azure.resourcemanager.cdn.models.UrlSigningAction&text=UrlSigningAction\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.cdn.models.UrlSigningAction.name()"
fullName: "com.azure.resourcemanager.cdn.models.UrlSigningAction.name()"
name: "name()"
nameWithType: "UrlSigningAction.name()"
summary: "Get the name property: The name of the action for the delivery rule."
overridden: "com.azure.resourcemanager.cdn.models.DeliveryRuleAction.name()"
syntax: "public DeliveryRuleActionValue name()"
desc: "Get the name property: The name of the action for the delivery rule."
returns:
description: "the name value."
type: "<xref href=\"com.azure.resourcemanager.cdn.models.DeliveryRuleActionValue?alt=com.azure.resourcemanager.cdn.models.DeliveryRuleActionValue&text=DeliveryRuleActionValue\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.cdn.models.UrlSigningAction.parameters()"
fullName: "com.azure.resourcemanager.cdn.models.UrlSigningAction.parameters()"
name: "parameters()"
nameWithType: "UrlSigningAction.parameters()"
summary: "Get the parameters property: Defines the parameters for the action."
syntax: "public UrlSigningActionParameters parameters()"
desc: "Get the parameters property: Defines the parameters for the action."
returns:
description: "the parameters value."
type: "<xref href=\"com.azure.resourcemanager.cdn.models.UrlSigningActionParameters?alt=com.azure.resourcemanager.cdn.models.UrlSigningActionParameters&text=UrlSigningActionParameters\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.cdn.models.UrlSigningAction.toJson(com.azure.json.JsonWriter)"
fullName: "com.azure.resourcemanager.cdn.models.UrlSigningAction.toJson(JsonWriter jsonWriter)"
name: "toJson(JsonWriter jsonWriter)"
nameWithType: "UrlSigningAction.toJson(JsonWriter jsonWriter)"
overridden: "com.azure.resourcemanager.cdn.models.DeliveryRuleAction.toJson(com.azure.json.JsonWriter)"
parameters:
- name: "jsonWriter"
type: "<xref href=\"com.azure.json.JsonWriter?alt=com.azure.json.JsonWriter&text=JsonWriter\" data-throw-if-not-resolved=\"False\" />"
syntax: "public JsonWriter toJson(JsonWriter jsonWriter)"
exceptions:
- type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/io/IOException.html\">IOException</a>"
returns:
type: "<xref href=\"com.azure.json.JsonWriter?alt=com.azure.json.JsonWriter&text=JsonWriter\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.cdn.models.UrlSigningAction.validate()"
fullName: "com.azure.resourcemanager.cdn.models.UrlSigningAction.validate()"
name: "validate()"
nameWithType: "UrlSigningAction.validate()"
summary: "Validates the instance."
overridden: "com.azure.resourcemanager.cdn.models.DeliveryRuleAction.validate()"
syntax: "public void validate()"
desc: "Validates the instance."
- uid: "com.azure.resourcemanager.cdn.models.UrlSigningAction.withParameters(com.azure.resourcemanager.cdn.models.UrlSigningActionParameters)"
fullName: "com.azure.resourcemanager.cdn.models.UrlSigningAction.withParameters(UrlSigningActionParameters parameters)"
name: "withParameters(UrlSigningActionParameters parameters)"
nameWithType: "UrlSigningAction.withParameters(UrlSigningActionParameters parameters)"
summary: "Set the parameters property: Defines the parameters for the action."
parameters:
- description: "the parameters value to set."
name: "parameters"
type: "<xref href=\"com.azure.resourcemanager.cdn.models.UrlSigningActionParameters?alt=com.azure.resourcemanager.cdn.models.UrlSigningActionParameters&text=UrlSigningActionParameters\" data-throw-if-not-resolved=\"False\" />"
syntax: "public UrlSigningAction withParameters(UrlSigningActionParameters parameters)"
desc: "Set the parameters property: Defines the parameters for the action."
returns:
description: "the UrlSigningAction object itself."
type: "<xref href=\"com.azure.resourcemanager.cdn.models.UrlSigningAction?alt=com.azure.resourcemanager.cdn.models.UrlSigningAction&text=UrlSigningAction\" data-throw-if-not-resolved=\"False\" />"
type: "class"
desc: "Defines the url signing action for the delivery rule."
metadata: {}
package: "com.azure.resourcemanager.cdn.models"
artifact: com.azure.resourcemanager:azure-resourcemanager-cdn:2.42.0