|
| 1 | +{ |
| 2 | + "operationId": "FleetMembers_Create", |
| 3 | + "title": "Creates a FleetMember resource with a long running operation.", |
| 4 | + "parameters": { |
| 5 | + "api-version": "2023-10-15", |
| 6 | + "subscriptionId": "subid1", |
| 7 | + "resourceGroupName": "rg1", |
| 8 | + "fleetName": "fleet1", |
| 9 | + "fleetMemberName": "member-1", |
| 10 | + "resource": { |
| 11 | + "properties": { |
| 12 | + "clusterResourceId": "/subscriptions/subid1/resourcegroups/rg1/providers/Microsoft.ContainerService/managedClusters/cluster-1" |
| 13 | + } |
| 14 | + } |
| 15 | + }, |
| 16 | + "responses": { |
| 17 | + "201": { |
| 18 | + "headers": { |
| 19 | + "ETag": "23ujdflewrj3=", |
| 20 | + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/providers/Microsoft.ContainerService/locations/eastus/operations/00000000-0000-0000-0000-000000000000?api-version=2022-02-01", |
| 21 | + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/providers/Microsoft.ContainerService/locations/eastus/operationResults/00000000-0000-0000-0000-000000000000?api-version=2022-02-01" |
| 22 | + }, |
| 23 | + "body": { |
| 24 | + "id": "/subscriptions/subid1/resourcegroups/rg1/providers/Microsoft.ContainerService/fleets/fleet-1/members/member-1", |
| 25 | + "name": "member-1", |
| 26 | + "type": "Microsoft.ContainerService/fleets/members", |
| 27 | + "systemData": { |
| 28 | + "createdBy": "someUser", |
| 29 | + "createdByType": "User", |
| 30 | + "createdAt": "2022-03-23T05:40:40.657Z", |
| 31 | + "lastModifiedBy": "someOtherUser", |
| 32 | + "lastModifiedByType": "User", |
| 33 | + "lastModifiedAt": "2022-03-23T05:40:40.657Z" |
| 34 | + }, |
| 35 | + "eTag": "23ujdflewrj3=", |
| 36 | + "properties": { |
| 37 | + "clusterResourceId": "/subscriptions/subid1/resourcegroups/rg1/providers/Microsoft.ContainerService/managedClusters/cluster-1", |
| 38 | + "provisioningState": "Succeeded" |
| 39 | + } |
| 40 | + } |
| 41 | + }, |
| 42 | + "200": { |
| 43 | + "headers": { |
| 44 | + "ETag": "23ujdflewrj3=", |
| 45 | + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/providers/Microsoft.ContainerService/locations/eastus/operations/00000000-0000-0000-0000-000000000000?api-version=2022-02-01", |
| 46 | + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/providers/Microsoft.ContainerService/locations/eastus/operationResults/00000000-0000-0000-0000-000000000000?api-version=2022-02-01" |
| 47 | + }, |
| 48 | + "body": { |
| 49 | + "id": "/subscriptions/subid1/resourcegroups/rg1/providers/Microsoft.ContainerService/fleets/fleet-1/members/member-1", |
| 50 | + "name": "member-1", |
| 51 | + "type": "Microsoft.ContainerService/fleets/members", |
| 52 | + "systemData": { |
| 53 | + "createdBy": "someUser", |
| 54 | + "createdByType": "User", |
| 55 | + "createdAt": "2022-03-23T05:40:40.657Z", |
| 56 | + "lastModifiedBy": "someOtherUser", |
| 57 | + "lastModifiedByType": "User", |
| 58 | + "lastModifiedAt": "2022-03-23T05:40:40.657Z" |
| 59 | + }, |
| 60 | + "eTag": "23ujdflewrj3=", |
| 61 | + "properties": { |
| 62 | + "clusterResourceId": "/subscriptions/subid1/resourcegroups/rg1/providers/Microsoft.ContainerService/managedClusters/cluster-1", |
| 63 | + "provisioningState": "Succeeded" |
| 64 | + } |
| 65 | + } |
| 66 | + } |
| 67 | + } |
| 68 | +} |
0 commit comments