Elastic SAN - Update
Aktualisieren eines elastic San.
PATCH https://management.azure.com/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ElasticSan/elasticSans/{elasticSanName}?api-version=2022-12-01-preview
URI-Parameter
Name | In | Erforderlich | Typ | Beschreibung |
---|---|---|---|---|
elastic
|
path | True |
string minLength: 3maxLength: 24 pattern: ^[A-Za-z0-9]+((-|_)[a-z0-9A-Z]+)*$ |
Der Name des ElasticSan. |
resource
|
path | True |
string minLength: 1maxLength: 90 |
Der Name der Ressourcengruppe. Bei dem Namen wird die Groß-/Kleinschreibung nicht beachtet. |
subscription
|
path | True |
string minLength: 1 |
Die ID des Zielabonnements. |
api-version
|
query | True |
string minLength: 1 |
Die API-Version, die für diesen Vorgang verwendet werden soll. |
Anforderungstext
Name | Typ | Beschreibung |
---|---|---|
properties.baseSizeTiB |
integer (int64) |
Basisgröße der Elastic San Appliance in TiB. |
properties.extendedCapacitySizeTiB |
integer (int64) |
Erweiterte Größe der Elastic San Appliance in TiB. |
tags |
object |
Aktualisieren von Tags |
Antworten
Name | Typ | Beschreibung |
---|---|---|
200 OK |
OK - ElasticSAN-Eigenschaften wurden erfolgreich aktualisiert. |
|
202 Accepted |
Akzeptiert - Aktualisierungsanforderung akzeptiert; Der Vorgang wird asynchron abgeschlossen. Header Location: string |
|
Other Status Codes |
Fehler des ElasticSan-Ressourcenanbieters. |
Sicherheit
azure_auth
Azure Active Directory OAuth2-Fluss
Typ:
oauth2
Ablauf:
implicit
Autorisierungs-URL:
https://login.microsoftonline.com/common/oauth2/authorize
Bereiche
Name | Beschreibung |
---|---|
user_impersonation | Identitätswechsel ihres Benutzerkontos |
Beispiele
Elastic |
Elastic |
ElasticSans_Update_MaximumSet_Gen
Beispielanforderung
PATCH https://management.azure.com/subscriptions/subscriptionid/resourceGroups/resourcegroupname/providers/Microsoft.ElasticSan/elasticSans/elasticsanname?api-version=2022-12-01-preview
{
"properties": {
"baseSizeTiB": 10,
"extendedCapacitySizeTiB": 22
},
"tags": {
"key4212": "cqvcnwfefljntgeio"
}
}
Beispiel für eine Antwort
{
"properties": {
"sku": {
"name": "Premium_LRS",
"tier": "Premium"
},
"availabilityZones": [
"1"
],
"provisioningState": "Succeeded",
"baseSizeTiB": 15,
"extendedCapacitySizeTiB": 6,
"totalVolumeSizeGiB": 15,
"volumeGroupCount": 24,
"totalIops": 22,
"totalMBps": 4,
"totalSizeTiB": 27,
"privateEndpointConnections": [
{
"properties": {
"provisioningState": "Succeeded",
"privateEndpoint": {
"id": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/privateEndpoints/{privateEndpointName}"
},
"privateLinkServiceConnectionState": {
"status": "Pending",
"description": "Auto-Approved",
"actionsRequired": "None"
},
"groupIds": [
"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ElasticSan/elasticSans/{elasticSanName}/volumegroups/{volumeGroupName}"
]
},
"id": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ElasticSan/elasticSans/{elasticSanName}/privateEndpointConnections/{privateEndpointConnectionName}",
"name": "{privateEndpointConnectionName}",
"type": "Microsoft.ElasticSan/elasticSans/privateEndpointConnections",
"systemData": {
"createdBy": "otfifnrahdshqombvtg",
"createdByType": "User",
"createdAt": "2023-07-03T09:59:45.919Z",
"lastModifiedBy": "jnaxavnlhrboshtidtib",
"lastModifiedByType": "User",
"lastModifiedAt": "2023-07-03T09:59:45.919Z"
}
}
]
},
"systemData": {
"createdBy": "otfifnrahdshqombvtg",
"createdByType": "User",
"createdAt": "2023-07-03T09:59:45.919Z",
"lastModifiedBy": "jnaxavnlhrboshtidtib",
"lastModifiedByType": "User",
"lastModifiedAt": "2023-07-03T09:59:45.919Z"
},
"tags": {
"key5002": "lhag"
},
"location": "France Central",
"id": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ElasticSan/elasticSans/{elasticSanName}",
"name": "vfoatmakv",
"type": "Microsoft.ElasticSan/ElasticSans"
}
location: https://contoso.com/operationstatus
ElasticSans_Update_MinimumSet_Gen
Beispielanforderung
Beispiel für eine Antwort
{
"properties": {
"sku": {
"name": "Premium_LRS",
"tier": "Premium"
},
"availabilityZones": [
"1"
],
"provisioningState": "Succeeded",
"baseSizeTiB": 15,
"extendedCapacitySizeTiB": 6,
"totalVolumeSizeGiB": 15,
"volumeGroupCount": 24,
"totalIops": 22,
"totalMBps": 4,
"totalSizeTiB": 27,
"privateEndpointConnections": [
{
"properties": {
"provisioningState": "Succeeded",
"privateEndpoint": {
"id": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/privateEndpoints/{privateEndpointName}"
},
"privateLinkServiceConnectionState": {
"status": "Pending",
"description": "Auto-Approved",
"actionsRequired": "None"
},
"groupIds": [
"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ElasticSan/elasticSans/{elasticSanName}/volumegroups/{volumeGroupName}"
]
},
"id": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ElasticSan/elasticSans/{elasticSanName}/privateEndpointConnections/{privateEndpointConnectionName}",
"name": "{privateEndpointConnectionName}",
"type": "Microsoft.ElasticSan/elasticSans/privateEndpointConnections",
"systemData": {
"createdBy": "otfifnrahdshqombvtg",
"createdByType": "User",
"createdAt": "2023-07-03T09:59:45.919Z",
"lastModifiedBy": "jnaxavnlhrboshtidtib",
"lastModifiedByType": "User",
"lastModifiedAt": "2023-07-03T09:59:45.919Z"
}
}
]
},
"systemData": {
"createdBy": "otfifnrahdshqombvtg",
"createdByType": "User",
"createdAt": "2023-07-03T09:59:45.919Z",
"lastModifiedBy": "jnaxavnlhrboshtidtib",
"lastModifiedByType": "User",
"lastModifiedAt": "2023-07-03T09:59:45.919Z"
},
"tags": {
"key5002": "lhag"
},
"location": "France Central",
"id": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ElasticSan/elasticSans/{elasticSanName}",
"name": "vfoatmakv",
"type": "Microsoft.ElasticSan/ElasticSans"
}
location: https://contoso.com/operationstatus
Definitionen
Name | Beschreibung |
---|---|
created |
Der Identitätstyp, der die Ressource erstellt hat. |
Elastic |
Antwort für ElasticSan-Anforderung. |
Elastic |
Antwort für ElasticSan-Updateanforderung. |
Error |
Der Ressourcenverwaltungsfehler zusätzliche Informationen. |
Error |
Das Fehlerdetails. |
Error |
Fehlerantwort |
Private |
Antwort für PrivateEndpoint |
Private |
Antwort für PrivateEndpoint Connection-Objekt |
Private |
Der Status der privaten Endpunktverbindung. |
Private |
Antwort für den Verbindungsstatus des privaten Linkdiensts |
Provisioning |
Status des Vorgangs für die Ressource. |
Sku |
Der SKU-Name. Erforderlich für die Kontoerstellung; optional für Update. |
Sku |
Der Sku-Name. |
Sku |
Die Sku-Ebene. |
system |
Metadaten zur Erstellung und letzten Änderung der Ressource. |
createdByType
Der Identitätstyp, der die Ressource erstellt hat.
Wert | Beschreibung |
---|---|
Application | |
Key | |
ManagedIdentity | |
User |
ElasticSan
Antwort für ElasticSan-Anforderung.
Name | Typ | Beschreibung |
---|---|---|
id |
string |
Vollqualifizierte Ressourcen-ID für die Ressource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName} |
location |
string |
Der geografische Standort, an dem sich die Ressource befindet |
name |
string |
Der Name der Ressource |
properties.availabilityZones |
string[] |
Logische Zone für Elastic San-Ressource; Beispiel: ["1"]. |
properties.baseSizeTiB |
integer (int64) |
Basisgröße der Elastic San Appliance in TiB. |
properties.extendedCapacitySizeTiB |
integer (int64) |
Erweiterte Größe der Elastic San Appliance in TiB. |
properties.privateEndpointConnections |
Die Liste der privaten Endpunktverbindungen. |
|
properties.provisioningState |
Status des Vorgangs für die Ressource. |
|
properties.sku |
Ressourcensku |
|
properties.totalIops |
integer (int64) |
Total Provisioned IOPS of the Elastic San appliance. |
properties.totalMBps |
integer (int64) |
Gesamte bereitgestellte MBps Elastic San Appliance. |
properties.totalSizeTiB |
integer (int64) |
Gesamtgröße der Elastic San Appliance in TB. |
properties.totalVolumeSizeGiB |
integer (int64) |
Gesamtgröße der bereitgestellten Volumes in GiB. |
properties.volumeGroupCount |
integer (int64) |
Die Gesamtzahl der Volumengruppen in dieser Elastic San Appliance. |
systemData |
Azure Resource Manager-Metadaten, die createdBy- und modifiedBy-Informationen enthalten. |
|
tags |
object |
Ressourcentags. |
type |
string |
Der Typ der Ressource. Z. B. "Microsoft.Compute/virtualMachines" oder "Microsoft.Storage/storageAccounts" |
ElasticSanUpdate
Antwort für ElasticSan-Updateanforderung.
Name | Typ | Beschreibung |
---|---|---|
properties.baseSizeTiB |
integer (int64) |
Basisgröße der Elastic San Appliance in TiB. |
properties.extendedCapacitySizeTiB |
integer (int64) |
Erweiterte Größe der Elastic San Appliance in TiB. |
tags |
object |
Aktualisieren von Tags |
ErrorAdditionalInfo
Der Ressourcenverwaltungsfehler zusätzliche Informationen.
Name | Typ | Beschreibung |
---|---|---|
info |
object |
Die zusätzlichen Informationen. |
type |
string |
Der zusätzliche Informationstyp. |
ErrorDetail
Das Fehlerdetails.
Name | Typ | Beschreibung |
---|---|---|
additionalInfo |
Die zusätzlichen Informationen des Fehlers. |
|
code |
string |
Der Fehlercode. |
details |
Die Fehlerdetails. |
|
message |
string |
Die Fehlermeldung. |
target |
string |
Das Fehlerziel. |
ErrorResponse
Fehlerantwort
Name | Typ | Beschreibung |
---|---|---|
error |
Das Fehlerobjekt. |
PrivateEndpoint
Antwort für PrivateEndpoint
Name | Typ | Beschreibung |
---|---|---|
id |
string |
Der ARM-Bezeichner für private Endpunkte |
PrivateEndpointConnection
Antwort für PrivateEndpoint Connection-Objekt
Name | Typ | Beschreibung |
---|---|---|
id |
string |
Vollqualifizierte Ressourcen-ID für die Ressource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName} |
name |
string |
Der Name der Ressource |
properties.groupIds |
string[] |
Liste der privaten Ressourcenendpunkt zugeordnet |
properties.privateEndpoint |
Private Endpunkt-Ressource |
|
properties.privateLinkServiceConnectionState |
Verbindungsstatus des privaten Verknüpfungsdiensts. |
|
properties.provisioningState |
Bereitstellungsstatus der Verbindungsressource für private Endpunkte |
|
systemData |
Azure Resource Manager-Metadaten, die createdBy- und modifiedBy-Informationen enthalten. |
|
type |
string |
Der Typ der Ressource. Z. B. "Microsoft.Compute/virtualMachines" oder "Microsoft.Storage/storageAccounts" |
PrivateEndpointServiceConnectionStatus
Der Status der privaten Endpunktverbindung.
Wert | Beschreibung |
---|---|
Approved | |
Failed | |
Pending | |
Rejected |
PrivateLinkServiceConnectionState
Antwort für den Verbindungsstatus des privaten Linkdiensts
Name | Typ | Beschreibung |
---|---|---|
actionsRequired |
string |
Eine Meldung, die angibt, ob Änderungen am Dienstanbieter Updates für den Verbraucher erfordern. |
description |
string |
Der Grund für die Genehmigung/Ablehnung der Verbindung. |
status |
Gibt an, ob die Verbindung vom Besitzer des Diensts genehmigt/abgelehnt/entfernt wurde. |
ProvisioningStates
Status des Vorgangs für die Ressource.
Wert | Beschreibung |
---|---|
Canceled | |
Creating | |
Deleting | |
Failed | |
Invalid | |
Pending | |
Succeeded | |
Updating |
Sku
Der SKU-Name. Erforderlich für die Kontoerstellung; optional für Update.
Name | Typ | Beschreibung |
---|---|---|
name |
Der Sku-Name. |
|
tier |
Die Sku-Ebene. |
SkuName
Der Sku-Name.
Wert | Beschreibung |
---|---|
Premium_LRS |
Premium lokal redundanter Speicher |
Premium_ZRS |
Redundanter Premium-Zonenspeicher |
SkuTier
Die Sku-Ebene.
Wert | Beschreibung |
---|---|
Premium |
Premium-Stufe |
systemData
Metadaten zur Erstellung und letzten Änderung der Ressource.
Name | Typ | Beschreibung |
---|---|---|
createdAt |
string (date-time) |
Der Zeitstempel der Ressourcenerstellung (UTC). |
createdBy |
string |
Die Identität, die die Ressource erstellt hat. |
createdByType |
Der Identitätstyp, der die Ressource erstellt hat. |
|
lastModifiedAt |
string (date-time) |
Der Zeitstempel der letzten Änderung der Ressource (UTC) |
lastModifiedBy |
string |
Die Identität, die die Ressource zuletzt geändert hat. |
lastModifiedByType |
Der Identitätstyp, der die Ressource zuletzt geändert hat. |