Freigeben über


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
elasticSanName
path True

string

minLength: 3
maxLength: 24
pattern: ^[A-Za-z0-9]+((-|_)[a-z0-9A-Z]+)*$

Der Name des ElasticSan.

resourceGroupName
path True

string

minLength: 1
maxLength: 90

Der Name der Ressourcengruppe. Bei dem Namen wird die Groß-/Kleinschreibung nicht beachtet.

subscriptionId
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

ElasticSan

OK - ElasticSAN-Eigenschaften wurden erfolgreich aktualisiert.

202 Accepted

Akzeptiert - Aktualisierungsanforderung akzeptiert; Der Vorgang wird asynchron abgeschlossen.

Header

Location: string

Other Status Codes

ErrorResponse

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

ElasticSans_Update_MaximumSet_Gen
ElasticSans_Update_MinimumSet_Gen

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

PATCH https://management.azure.com/subscriptions/subscriptionid/resourceGroups/resourcegroupname/providers/Microsoft.ElasticSan/elasticSans/elasticsanname?api-version=2022-12-01-preview

{}

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
createdByType

Der Identitätstyp, der die Ressource erstellt hat.

ElasticSan

Antwort für ElasticSan-Anforderung.

ElasticSanUpdate

Antwort für ElasticSan-Updateanforderung.

ErrorAdditionalInfo

Der Ressourcenverwaltungsfehler zusätzliche Informationen.

ErrorDetail

Das Fehlerdetails.

ErrorResponse

Fehlerantwort

PrivateEndpoint

Antwort für PrivateEndpoint

PrivateEndpointConnection

Antwort für PrivateEndpoint Connection-Objekt

PrivateEndpointServiceConnectionStatus

Der Status der privaten Endpunktverbindung.

PrivateLinkServiceConnectionState

Antwort für den Verbindungsstatus des privaten Linkdiensts

ProvisioningStates

Status des Vorgangs für die Ressource.

Sku

Der SKU-Name. Erforderlich für die Kontoerstellung; optional für Update.

SkuName

Der Sku-Name.

SkuTier

Die Sku-Ebene.

systemData

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

PrivateEndpointConnection[]

Die Liste der privaten Endpunktverbindungen.

properties.provisioningState

ProvisioningStates

Status des Vorgangs für die Ressource.

properties.sku

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

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

ErrorAdditionalInfo[]

Die zusätzlichen Informationen des Fehlers.

code

string

Der Fehlercode.

details

ErrorDetail[]

Die Fehlerdetails.

message

string

Die Fehlermeldung.

target

string

Das Fehlerziel.

ErrorResponse

Fehlerantwort

Name Typ Beschreibung
error

ErrorDetail

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

PrivateEndpoint

Private Endpunkt-Ressource

properties.privateLinkServiceConnectionState

PrivateLinkServiceConnectionState

Verbindungsstatus des privaten Verknüpfungsdiensts.

properties.provisioningState

ProvisioningStates

Bereitstellungsstatus der Verbindungsressource für private Endpunkte

systemData

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

PrivateEndpointServiceConnectionStatus

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

SkuName

Der Sku-Name.

tier

SkuTier

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

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

createdByType

Der Identitätstyp, der die Ressource zuletzt geändert hat.