239 строки
19 KiB
YAML
239 строки
19 KiB
YAML
### YamlMime:JavaType
|
|
uid: "com.azure.messaging.eventgrid.systemevents.WebSlotSwapCompletedEventData"
|
|
fullName: "com.azure.messaging.eventgrid.systemevents.WebSlotSwapCompletedEventData"
|
|
name: "WebSlotSwapCompletedEventData"
|
|
nameWithType: "WebSlotSwapCompletedEventData"
|
|
summary: "Schema of the Data property of an Event<wbr>Grid<wbr>Event for a Microsoft.<wbr>Web.<wbr>Slot<wbr>Swap<wbr>Completed event."
|
|
inheritances:
|
|
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
|
|
inheritedClassMethods:
|
|
- 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 **WebSlotSwapCompletedEventData**</br> implements <xref href=\"com.azure.json.JsonSerializable?alt=com.azure.json.JsonSerializable&text=JsonSerializable\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.azure.messaging.eventgrid.systemevents.WebSlotSwapCompletedEventData?alt=com.azure.messaging.eventgrid.systemevents.WebSlotSwapCompletedEventData&text=WebSlotSwapCompletedEventData\" data-throw-if-not-resolved=\"False\" />>"
|
|
constructors:
|
|
- uid: "com.azure.messaging.eventgrid.systemevents.WebSlotSwapCompletedEventData.WebSlotSwapCompletedEventData()"
|
|
fullName: "com.azure.messaging.eventgrid.systemevents.WebSlotSwapCompletedEventData.WebSlotSwapCompletedEventData()"
|
|
name: "WebSlotSwapCompletedEventData()"
|
|
nameWithType: "WebSlotSwapCompletedEventData.WebSlotSwapCompletedEventData()"
|
|
summary: "Creates an instance of Web<wbr>Slot<wbr>Swap<wbr>Completed<wbr>Event<wbr>Data class."
|
|
syntax: "public WebSlotSwapCompletedEventData()"
|
|
desc: "Creates an instance of WebSlotSwapCompletedEventData class."
|
|
methods:
|
|
- uid: "com.azure.messaging.eventgrid.systemevents.WebSlotSwapCompletedEventData.fromJson(com.azure.json.JsonReader)"
|
|
fullName: "com.azure.messaging.eventgrid.systemevents.WebSlotSwapCompletedEventData.fromJson(JsonReader jsonReader)"
|
|
name: "fromJson(JsonReader jsonReader)"
|
|
nameWithType: "WebSlotSwapCompletedEventData.fromJson(JsonReader jsonReader)"
|
|
summary: "Reads an instance of Web<wbr>Slot<wbr>Swap<wbr>Completed<wbr>Event<wbr>Data 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 WebSlotSwapCompletedEventData fromJson(JsonReader jsonReader)"
|
|
exceptions:
|
|
- description: "If an error occurs while reading the WebSlotSwapCompletedEventData."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/io/IOException.html\">IOException</a>"
|
|
desc: "Reads an instance of WebSlotSwapCompletedEventData from the JsonReader."
|
|
returns:
|
|
description: "An instance of WebSlotSwapCompletedEventData if the JsonReader was pointing to an instance of it, or null\n if it was pointing to JSON null."
|
|
type: "<xref href=\"com.azure.messaging.eventgrid.systemevents.WebSlotSwapCompletedEventData?alt=com.azure.messaging.eventgrid.systemevents.WebSlotSwapCompletedEventData&text=WebSlotSwapCompletedEventData\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.messaging.eventgrid.systemevents.WebSlotSwapCompletedEventData.getAddress()"
|
|
fullName: "com.azure.messaging.eventgrid.systemevents.WebSlotSwapCompletedEventData.getAddress()"
|
|
name: "getAddress()"
|
|
nameWithType: "WebSlotSwapCompletedEventData.getAddress()"
|
|
summary: "Get the address property: HTTP request URL of this operation."
|
|
syntax: "public String getAddress()"
|
|
desc: "Get the address property: HTTP request URL of this operation."
|
|
returns:
|
|
description: "the address value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- uid: "com.azure.messaging.eventgrid.systemevents.WebSlotSwapCompletedEventData.getAppEventTypeDetail()"
|
|
fullName: "com.azure.messaging.eventgrid.systemevents.WebSlotSwapCompletedEventData.getAppEventTypeDetail()"
|
|
name: "getAppEventTypeDetail()"
|
|
nameWithType: "WebSlotSwapCompletedEventData.getAppEventTypeDetail()"
|
|
summary: "Get the app<wbr>Event<wbr>Type<wbr>Detail property: Detail of action on the app."
|
|
syntax: "public AppEventTypeDetail getAppEventTypeDetail()"
|
|
desc: "Get the appEventTypeDetail property: Detail of action on the app."
|
|
returns:
|
|
description: "the appEventTypeDetail value."
|
|
type: "<xref href=\"com.azure.messaging.eventgrid.systemevents.AppEventTypeDetail?alt=com.azure.messaging.eventgrid.systemevents.AppEventTypeDetail&text=AppEventTypeDetail\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.messaging.eventgrid.systemevents.WebSlotSwapCompletedEventData.getClientRequestId()"
|
|
fullName: "com.azure.messaging.eventgrid.systemevents.WebSlotSwapCompletedEventData.getClientRequestId()"
|
|
name: "getClientRequestId()"
|
|
nameWithType: "WebSlotSwapCompletedEventData.getClientRequestId()"
|
|
summary: "Get the client<wbr>Request<wbr>Id property: The client request id generated by the app service for the site API operation that triggered this event."
|
|
syntax: "public String getClientRequestId()"
|
|
desc: "Get the clientRequestId property: The client request id generated by the app service for the site API operation that triggered this event."
|
|
returns:
|
|
description: "the clientRequestId value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- uid: "com.azure.messaging.eventgrid.systemevents.WebSlotSwapCompletedEventData.getCorrelationRequestId()"
|
|
fullName: "com.azure.messaging.eventgrid.systemevents.WebSlotSwapCompletedEventData.getCorrelationRequestId()"
|
|
name: "getCorrelationRequestId()"
|
|
nameWithType: "WebSlotSwapCompletedEventData.getCorrelationRequestId()"
|
|
summary: "Get the correlation<wbr>Request<wbr>Id property: The correlation request id generated by the app service for the site API operation that triggered this event."
|
|
syntax: "public String getCorrelationRequestId()"
|
|
desc: "Get the correlationRequestId property: The correlation request id generated by the app service for the site API operation that triggered this event."
|
|
returns:
|
|
description: "the correlationRequestId value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- uid: "com.azure.messaging.eventgrid.systemevents.WebSlotSwapCompletedEventData.getName()"
|
|
fullName: "com.azure.messaging.eventgrid.systemevents.WebSlotSwapCompletedEventData.getName()"
|
|
name: "getName()"
|
|
nameWithType: "WebSlotSwapCompletedEventData.getName()"
|
|
summary: "Get the name property: name of the web site that had this event."
|
|
syntax: "public String getName()"
|
|
desc: "Get the name property: name of the web site that had this event."
|
|
returns:
|
|
description: "the name value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- uid: "com.azure.messaging.eventgrid.systemevents.WebSlotSwapCompletedEventData.getRequestId()"
|
|
fullName: "com.azure.messaging.eventgrid.systemevents.WebSlotSwapCompletedEventData.getRequestId()"
|
|
name: "getRequestId()"
|
|
nameWithType: "WebSlotSwapCompletedEventData.getRequestId()"
|
|
summary: "Get the request<wbr>Id property: The request id generated by the app service for the site API operation that triggered this event."
|
|
syntax: "public String getRequestId()"
|
|
desc: "Get the requestId property: The request id generated by the app service for the site API operation that triggered this event."
|
|
returns:
|
|
description: "the requestId value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- uid: "com.azure.messaging.eventgrid.systemevents.WebSlotSwapCompletedEventData.getVerb()"
|
|
fullName: "com.azure.messaging.eventgrid.systemevents.WebSlotSwapCompletedEventData.getVerb()"
|
|
name: "getVerb()"
|
|
nameWithType: "WebSlotSwapCompletedEventData.getVerb()"
|
|
summary: "Get the verb property: HTTP verb of this operation."
|
|
syntax: "public String getVerb()"
|
|
desc: "Get the verb property: HTTP verb of this operation."
|
|
returns:
|
|
description: "the verb value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- uid: "com.azure.messaging.eventgrid.systemevents.WebSlotSwapCompletedEventData.setAddress(java.lang.String)"
|
|
fullName: "com.azure.messaging.eventgrid.systemevents.WebSlotSwapCompletedEventData.setAddress(String address)"
|
|
name: "setAddress(String address)"
|
|
nameWithType: "WebSlotSwapCompletedEventData.setAddress(String address)"
|
|
summary: "Set the address property: HTTP request URL of this operation."
|
|
parameters:
|
|
- description: "the address value to set."
|
|
name: "address"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
syntax: "public WebSlotSwapCompletedEventData setAddress(String address)"
|
|
desc: "Set the address property: HTTP request URL of this operation."
|
|
returns:
|
|
description: "the WebSlotSwapCompletedEventData object itself."
|
|
type: "<xref href=\"com.azure.messaging.eventgrid.systemevents.WebSlotSwapCompletedEventData?alt=com.azure.messaging.eventgrid.systemevents.WebSlotSwapCompletedEventData&text=WebSlotSwapCompletedEventData\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.messaging.eventgrid.systemevents.WebSlotSwapCompletedEventData.setAppEventTypeDetail(com.azure.messaging.eventgrid.systemevents.AppEventTypeDetail)"
|
|
fullName: "com.azure.messaging.eventgrid.systemevents.WebSlotSwapCompletedEventData.setAppEventTypeDetail(AppEventTypeDetail appEventTypeDetail)"
|
|
name: "setAppEventTypeDetail(AppEventTypeDetail appEventTypeDetail)"
|
|
nameWithType: "WebSlotSwapCompletedEventData.setAppEventTypeDetail(AppEventTypeDetail appEventTypeDetail)"
|
|
summary: "Set the app<wbr>Event<wbr>Type<wbr>Detail property: Detail of action on the app."
|
|
parameters:
|
|
- description: "the appEventTypeDetail value to set."
|
|
name: "appEventTypeDetail"
|
|
type: "<xref href=\"com.azure.messaging.eventgrid.systemevents.AppEventTypeDetail?alt=com.azure.messaging.eventgrid.systemevents.AppEventTypeDetail&text=AppEventTypeDetail\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public WebSlotSwapCompletedEventData setAppEventTypeDetail(AppEventTypeDetail appEventTypeDetail)"
|
|
desc: "Set the appEventTypeDetail property: Detail of action on the app."
|
|
returns:
|
|
description: "the WebSlotSwapCompletedEventData object itself."
|
|
type: "<xref href=\"com.azure.messaging.eventgrid.systemevents.WebSlotSwapCompletedEventData?alt=com.azure.messaging.eventgrid.systemevents.WebSlotSwapCompletedEventData&text=WebSlotSwapCompletedEventData\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.messaging.eventgrid.systemevents.WebSlotSwapCompletedEventData.setClientRequestId(java.lang.String)"
|
|
fullName: "com.azure.messaging.eventgrid.systemevents.WebSlotSwapCompletedEventData.setClientRequestId(String clientRequestId)"
|
|
name: "setClientRequestId(String clientRequestId)"
|
|
nameWithType: "WebSlotSwapCompletedEventData.setClientRequestId(String clientRequestId)"
|
|
summary: "Set the client<wbr>Request<wbr>Id property: The client request id generated by the app service for the site API operation that triggered this event."
|
|
parameters:
|
|
- description: "the clientRequestId value to set."
|
|
name: "clientRequestId"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
syntax: "public WebSlotSwapCompletedEventData setClientRequestId(String clientRequestId)"
|
|
desc: "Set the clientRequestId property: The client request id generated by the app service for the site API operation that triggered this event."
|
|
returns:
|
|
description: "the WebSlotSwapCompletedEventData object itself."
|
|
type: "<xref href=\"com.azure.messaging.eventgrid.systemevents.WebSlotSwapCompletedEventData?alt=com.azure.messaging.eventgrid.systemevents.WebSlotSwapCompletedEventData&text=WebSlotSwapCompletedEventData\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.messaging.eventgrid.systemevents.WebSlotSwapCompletedEventData.setCorrelationRequestId(java.lang.String)"
|
|
fullName: "com.azure.messaging.eventgrid.systemevents.WebSlotSwapCompletedEventData.setCorrelationRequestId(String correlationRequestId)"
|
|
name: "setCorrelationRequestId(String correlationRequestId)"
|
|
nameWithType: "WebSlotSwapCompletedEventData.setCorrelationRequestId(String correlationRequestId)"
|
|
summary: "Set the correlation<wbr>Request<wbr>Id property: The correlation request id generated by the app service for the site API operation that triggered this event."
|
|
parameters:
|
|
- description: "the correlationRequestId value to set."
|
|
name: "correlationRequestId"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
syntax: "public WebSlotSwapCompletedEventData setCorrelationRequestId(String correlationRequestId)"
|
|
desc: "Set the correlationRequestId property: The correlation request id generated by the app service for the site API operation that triggered this event."
|
|
returns:
|
|
description: "the WebSlotSwapCompletedEventData object itself."
|
|
type: "<xref href=\"com.azure.messaging.eventgrid.systemevents.WebSlotSwapCompletedEventData?alt=com.azure.messaging.eventgrid.systemevents.WebSlotSwapCompletedEventData&text=WebSlotSwapCompletedEventData\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.messaging.eventgrid.systemevents.WebSlotSwapCompletedEventData.setName(java.lang.String)"
|
|
fullName: "com.azure.messaging.eventgrid.systemevents.WebSlotSwapCompletedEventData.setName(String name)"
|
|
name: "setName(String name)"
|
|
nameWithType: "WebSlotSwapCompletedEventData.setName(String name)"
|
|
summary: "Set the name property: name of the web site that had this event."
|
|
parameters:
|
|
- description: "the name value to set."
|
|
name: "name"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
syntax: "public WebSlotSwapCompletedEventData setName(String name)"
|
|
desc: "Set the name property: name of the web site that had this event."
|
|
returns:
|
|
description: "the WebSlotSwapCompletedEventData object itself."
|
|
type: "<xref href=\"com.azure.messaging.eventgrid.systemevents.WebSlotSwapCompletedEventData?alt=com.azure.messaging.eventgrid.systemevents.WebSlotSwapCompletedEventData&text=WebSlotSwapCompletedEventData\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.messaging.eventgrid.systemevents.WebSlotSwapCompletedEventData.setRequestId(java.lang.String)"
|
|
fullName: "com.azure.messaging.eventgrid.systemevents.WebSlotSwapCompletedEventData.setRequestId(String requestId)"
|
|
name: "setRequestId(String requestId)"
|
|
nameWithType: "WebSlotSwapCompletedEventData.setRequestId(String requestId)"
|
|
summary: "Set the request<wbr>Id property: The request id generated by the app service for the site API operation that triggered this event."
|
|
parameters:
|
|
- description: "the requestId value to set."
|
|
name: "requestId"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
syntax: "public WebSlotSwapCompletedEventData setRequestId(String requestId)"
|
|
desc: "Set the requestId property: The request id generated by the app service for the site API operation that triggered this event."
|
|
returns:
|
|
description: "the WebSlotSwapCompletedEventData object itself."
|
|
type: "<xref href=\"com.azure.messaging.eventgrid.systemevents.WebSlotSwapCompletedEventData?alt=com.azure.messaging.eventgrid.systemevents.WebSlotSwapCompletedEventData&text=WebSlotSwapCompletedEventData\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.messaging.eventgrid.systemevents.WebSlotSwapCompletedEventData.setVerb(java.lang.String)"
|
|
fullName: "com.azure.messaging.eventgrid.systemevents.WebSlotSwapCompletedEventData.setVerb(String verb)"
|
|
name: "setVerb(String verb)"
|
|
nameWithType: "WebSlotSwapCompletedEventData.setVerb(String verb)"
|
|
summary: "Set the verb property: HTTP verb of this operation."
|
|
parameters:
|
|
- description: "the verb value to set."
|
|
name: "verb"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
syntax: "public WebSlotSwapCompletedEventData setVerb(String verb)"
|
|
desc: "Set the verb property: HTTP verb of this operation."
|
|
returns:
|
|
description: "the WebSlotSwapCompletedEventData object itself."
|
|
type: "<xref href=\"com.azure.messaging.eventgrid.systemevents.WebSlotSwapCompletedEventData?alt=com.azure.messaging.eventgrid.systemevents.WebSlotSwapCompletedEventData&text=WebSlotSwapCompletedEventData\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.messaging.eventgrid.systemevents.WebSlotSwapCompletedEventData.toJson(com.azure.json.JsonWriter)"
|
|
fullName: "com.azure.messaging.eventgrid.systemevents.WebSlotSwapCompletedEventData.toJson(JsonWriter jsonWriter)"
|
|
name: "toJson(JsonWriter jsonWriter)"
|
|
nameWithType: "WebSlotSwapCompletedEventData.toJson(JsonWriter 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\" />"
|
|
type: "class"
|
|
desc: "Schema of the Data property of an EventGridEvent for a Microsoft.Web.SlotSwapCompleted event."
|
|
implements:
|
|
- "<xref href=\"com.azure.json.JsonSerializable?alt=com.azure.json.JsonSerializable&text=JsonSerializable\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.azure.messaging.eventgrid.systemevents.WebSlotSwapCompletedEventData?alt=com.azure.messaging.eventgrid.systemevents.WebSlotSwapCompletedEventData&text=WebSlotSwapCompletedEventData\" data-throw-if-not-resolved=\"False\" />>"
|
|
metadata: {}
|
|
package: "com.azure.messaging.eventgrid.systemevents"
|
|
artifact: com.azure:azure-messaging-eventgrid:4.26.0
|