Service Fabric 클러스터 리소스 업데이트
Service Fabric 클러스터 리소스의 구성을 업데이트.
Service Fabric 클러스터 리소스의 구성을 지정된 이름으로 업데이트합니다.
요청
메서드 | 요청 URI |
---|---|
패치 | /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ServiceFabric/clusters/{clusterName}?api-version=2018-02-01 |
매개 변수
속성 | 형식 | 필수 | 위치 |
---|---|---|---|
resourceGroupName | 문자열 | 예 | 경로 |
clusterName | 문자열 | 예 | 경로 |
subscriptionId | 문자열 | 예 | 경로 |
api-version | 문자열 | 예 | 쿼리 |
parameters | ClusterUpdateParameters | yes | 본문 |
resourceGroupName
형식: 문자열
필수: 예
리소스 그룹의 이름.
clusterName
형식: 문자열
필수: 예
클러스터 리소스의 이름입니다.
subscriptionId
형식: 문자열
필수: 예
고객 구독 식별자입니다.
api-version
형식: 문자열
필수: 예
기본값: 2018-02-01
Service Fabric 리소스 공급자 API의 버전입니다. 이 매개 변수는 필수 매개 변수이며 이 사양의 값은 "2018-02-01"이어야 합니다.
매개 변수
형식: ClusterUpdateParameters
필수: 예
클러스터 구성을 업데이트하는 데 사용된 속성 값 및 속성 이름을 포함하는 매개 변수입니다.
응답
HTTP 상태 코드 | 설명 | 응답 스키마 |
---|---|---|
200(확인) | 작업이 성공적으로 완료되었습니다. |
Cluster |
202(수락됨) | 요청이 수락되었고 작업이 비동기적으로 완료됩니다. |
Cluster |
다른 모든 상태 코드 | 자세한 오류 응답입니다. |
ErrorModel |
예제
클러스터 패치
요청
PATCH https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/resRg/providers/Microsoft.ServiceFabric/clusters/myCluster?api-version=2018-02-01
본문
{
"type": "Microsoft.ServiceFabric/clusters",
"location": "eastus",
"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/resRg/providers/Microsoft.ServiceFabric/clusters/myCluster",
"name": "myCluster",
"tags": {
"a": "b"
},
"properties": {
"nodeTypes": [
{
"name": "nt1vm",
"clientConnectionEndpointPort": "19000",
"httpGatewayEndpointPort": "19007",
"applicationPorts": {
"startPort": "20000",
"endPort": "30000"
},
"ephemeralPorts": {
"startPort": "49000",
"endPort": "64000"
},
"isPrimary": true,
"vmInstanceCount": "5",
"durabilityLevel": "Bronze"
},
{
"name": "testnt1",
"clientConnectionEndpointPort": "0",
"httpGatewayEndpointPort": "0",
"applicationPorts": {
"startPort": "1000",
"endPort": "2000"
},
"ephemeralPorts": {
"startPort": "3000",
"endPort": "4000"
},
"isPrimary": false,
"vmInstanceCount": "3",
"durabilityLevel": "Bronze"
}
],
"reliabilityLevel": "Bronze",
"upgradeMode": "Default"
}
}
202 응답
헤더
Retry-After: 10
Location: http://10.91.140.224/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ServiceFabric/locations/eastus/operationResults/1ca6e48d-70ca-4e43-b652-3b0522f64d67?api-version=2018-02-01
본문
{
"type": "Microsoft.ServiceFabric/clusters",
"location": "eastus",
"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/resRg/providers/Microsoft.ServiceFabric/clusters/myCluster",
"name": "myCluster",
"tags": {
"a": "b"
},
"etag": "W/\"636462502169240744\"",
"properties": {
"provisioningState": "Succeeded",
"clusterId": "92584666-9889-4ae8-8d02-91902923d37f",
"clusterCodeVersion": "6.1.480.9494",
"clusterState": "WaitingForNodes",
"managementEndpoint": "http://myCluster.eastus.cloudapp.azure.com:19080",
"clusterEndpoint": "https://eastus.servicefabric.azure.com",
"certificateCommonNames": {
"commonNames": [
{
"certificateCommonName": "abc.com",
"certificateIssuerThumbprint": "12599211F8F14C90AFA9532AD79A6F2CA1C00622"
}
],
"x509StoreName": "My"
},
"clientCertificateThumbprints": [],
"clientCertificateCommonNames": [],
"fabricSettings": [
{
"name": "UpgradeService",
"parameters": [
{
"name": "AppPollIntervalInSeconds",
"value": "60"
}
]
}
],
"upgradeDescription": {
"forceRestart": false,
"upgradeReplicaSetCheckTimeout": "00:10:00",
"healthCheckWaitDuration": "00:00:30",
"healthCheckStableDuration": "00:00:30",
"healthCheckRetryTimeout": "00:05:00",
"upgradeTimeout": "01:00:00",
"upgradeDomainTimeout": "00:15:00",
"healthPolicy": {
"maxPercentUnhealthyNodes": "0",
"maxPercentUnhealthyApplications": "0"
},
"deltaHealthPolicy": {
"maxPercentDeltaUnhealthyNodes": "0",
"maxPercentUpgradeDomainDeltaUnhealthyNodes": "0",
"maxPercentDeltaUnhealthyApplications": "0"
}
},
"diagnosticsStorageAccountConfig": {
"storageAccountName": "diag",
"protectedAccountKeyName": "StorageAccountKey1",
"blobEndpoint": "https://diag.blob.core.windows.net/",
"queueEndpoint": "https://diag.queue.core.windows.net/",
"tableEndpoint": "https://diag.table.core.windows.net/"
},
"nodeTypes": [
{
"name": "nt1vm",
"clientConnectionEndpointPort": "19000",
"httpGatewayEndpointPort": "19007",
"applicationPorts": {
"startPort": "20000",
"endPort": "30000"
},
"ephemeralPorts": {
"startPort": "49000",
"endPort": "64000"
},
"isPrimary": true,
"vmInstanceCount": "5",
"durabilityLevel": "Bronze"
},
{
"name": "testnt1",
"clientConnectionEndpointPort": "0",
"httpGatewayEndpointPort": "0",
"applicationPorts": {
"startPort": "1000",
"endPort": "2000"
},
"ephemeralPorts": {
"startPort": "3000",
"endPort": "4000"
},
"isPrimary": false,
"vmInstanceCount": "3",
"durabilityLevel": "Bronze"
}
],
"reliabilityLevel": "Bronze",
"upgradeMode": "Automatic",
"availableClusterVersions": [
{
"codeVersion": "6.1.480.9494",
"supportExpiryUtc": "2018-06-15T23:59:59.9999999",
"environment": "Windows"
}
]
}
}