|
| 1 | +### YamlMime:UniversalReference |
| 2 | +items: |
| 3 | + - uid: azure-arm-eventgrid.Domain |
| 4 | + name: Domain |
| 5 | + fullName: Domain |
| 6 | + children: |
| 7 | + - azure-arm-eventgrid.Domain.endpoint |
| 8 | + - azure-arm-eventgrid.Domain.inputSchema |
| 9 | + - azure-arm-eventgrid.Domain.inputSchemaMapping |
| 10 | + - azure-arm-eventgrid.Domain.provisioningState |
| 11 | + langs: |
| 12 | + - typeScript |
| 13 | + type: interface |
| 14 | + summary: EventGrid Domain |
| 15 | + extends: |
| 16 | + name: azure-arm-eventgrid.TrackedResource |
| 17 | + package: azure-arm-eventgrid |
| 18 | + - uid: azure-arm-eventgrid.Domain.endpoint |
| 19 | + name: endpoint |
| 20 | + fullName: endpoint |
| 21 | + children: [] |
| 22 | + langs: |
| 23 | + - typeScript |
| 24 | + type: property |
| 25 | + summary: Endpoint for the domain. |
| 26 | + optional: true |
| 27 | + syntax: |
| 28 | + content: 'endpoint?: string' |
| 29 | + return: |
| 30 | + type: |
| 31 | + - string |
| 32 | + package: azure-arm-eventgrid |
| 33 | + - uid: azure-arm-eventgrid.Domain.inputSchema |
| 34 | + name: inputSchema |
| 35 | + fullName: inputSchema |
| 36 | + children: [] |
| 37 | + langs: |
| 38 | + - typeScript |
| 39 | + type: property |
| 40 | + summary: >- |
| 41 | + This determines the format that Event Grid should expect for incoming |
| 42 | + events published to the |
| 43 | +
|
| 44 | + domain. Possible values include: 'EventGridSchema', 'CustomEventSchema', |
| 45 | + 'CloudEventV01Schema' |
| 46 | + optional: true |
| 47 | + syntax: |
| 48 | + content: 'inputSchema?: string' |
| 49 | + return: |
| 50 | + type: |
| 51 | + - string |
| 52 | + package: azure-arm-eventgrid |
| 53 | + - uid: azure-arm-eventgrid.Domain.inputSchemaMapping |
| 54 | + name: inputSchemaMapping |
| 55 | + fullName: inputSchemaMapping |
| 56 | + children: [] |
| 57 | + langs: |
| 58 | + - typeScript |
| 59 | + type: property |
| 60 | + summary: >- |
| 61 | + Information about the InputSchemaMapping which specified the info about |
| 62 | + mapping event payload. |
| 63 | + optional: true |
| 64 | + syntax: |
| 65 | + content: 'inputSchemaMapping?: InputSchemaMapping' |
| 66 | + return: |
| 67 | + type: |
| 68 | + - azure-arm-eventgrid.InputSchemaMapping |
| 69 | + package: azure-arm-eventgrid |
| 70 | + - uid: azure-arm-eventgrid.Domain.provisioningState |
| 71 | + name: provisioningState |
| 72 | + fullName: provisioningState |
| 73 | + children: [] |
| 74 | + langs: |
| 75 | + - typeScript |
| 76 | + type: property |
| 77 | + summary: >- |
| 78 | + Provisioning state of the domain. Possible values include: 'Creating', |
| 79 | + 'Updating', 'Deleting', |
| 80 | +
|
| 81 | + 'Succeeded', 'Canceled', 'Failed' |
| 82 | + optional: true |
| 83 | + syntax: |
| 84 | + content: 'provisioningState?: string' |
| 85 | + return: |
| 86 | + type: |
| 87 | + - string |
| 88 | + package: azure-arm-eventgrid |
| 89 | +references: |
| 90 | + - uid: azure-arm-eventgrid.TrackedResource |
| 91 | + name: TrackedResource |
| 92 | + spec.typeScript: |
| 93 | + - name: TrackedResource |
| 94 | + fullName: TrackedResource |
| 95 | + uid: azure-arm-eventgrid.TrackedResource |
| 96 | + - uid: azure-arm-eventgrid.InputSchemaMapping |
| 97 | + name: InputSchemaMapping |
| 98 | + spec.typeScript: |
| 99 | + - name: InputSchemaMapping |
| 100 | + fullName: InputSchemaMapping |
| 101 | + uid: azure-arm-eventgrid.InputSchemaMapping |
0 commit comments