Microsoft.NetApp (stable:2025-08-01)

2025/11/27 • 2 updated methods

NetAppResource_QueryNetworkSiblingSet (updated)
Description Get details of the specified network sibling set.
Reference Link ¶

⚶ Changes

{
  "#id": "NetAppResource_QueryNetworkSiblingSet",
  "$responses": {
    "200": {
      "$properties": {
        "nicInfoList": {
          "Description": {
            "new": "NIC information and list of volumes for which the NIC has the primary mount IP Address.",
            "old": "NIC information and list of volumes for which the NIC has the primary mount ip address."
          },
          "$properties": [
            {
              "#name": "ipAddress",
              "Description": {
                "new": "IP Address",
                "old": "ipAddress"
              }
            }
          ]
        }
      }
    }
  }
}

⚼ Request

POST:  /subscriptions/{subscriptionId}/providers/Microsoft.NetApp/locations/{location}/queryNetworkSiblingSet
{
api-version: string ,
subscriptionId: string ,
location: string ,
body:
{
networkSiblingSetId: string ,
subnetId: string ,
}
,
}

⚐ Response (200)

{
networkSiblingSetId: string ,
subnetId: string ,
networkSiblingSetStateId: string ,
networkFeatures: enum ,
provisioningState: enum ,
nicInfoList:
[
{
ipAddress: string ,
volumeResourceIds:
[
string ,
]
,
}
,
]
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
NetAppResource_UpdateNetworkSiblingSet (updated)
Description Update the network features of the specified network sibling set.
Reference Link ¶

⚶ Changes

{
  "#id": "NetAppResource_UpdateNetworkSiblingSet",
  "$responses": {
    "200": {
      "$properties": {
        "nicInfoList": {
          "Description": {
            "new": "NIC information and list of volumes for which the NIC has the primary mount IP Address.",
            "old": "NIC information and list of volumes for which the NIC has the primary mount ip address."
          },
          "$properties": [
            {
              "#name": "ipAddress",
              "Description": {
                "new": "IP Address",
                "old": "ipAddress"
              }
            }
          ]
        }
      }
    }
  }
}

⚼ Request

POST:  /subscriptions/{subscriptionId}/providers/Microsoft.NetApp/locations/{location}/updateNetworkSiblingSet
{
api-version: string ,
subscriptionId: string ,
location: string ,
body:
{
networkSiblingSetId: string ,
subnetId: string ,
networkSiblingSetStateId: string ,
networkFeatures: enum ,
}
,
}

⚐ Response (200)

{
networkSiblingSetId: string ,
subnetId: string ,
networkSiblingSetStateId: string ,
networkFeatures: enum ,
provisioningState: enum ,
nicInfoList:
[
{
ipAddress: string ,
volumeResourceIds:
[
string ,
]
,
}
,
]
,
}

⚐ Response (202)

{
location: string ,
retry-after: integer ,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}