Interface Vault.UpdateStages.WithSku

All Known Subinterfaces:
Vault.Update
Enclosing interface:
Vault.UpdateStages

public static interface Vault.UpdateStages.WithSku
The stage of the Vault update allowing to specify sku.
  • Method Summary

    Modifier and Type
    Method
    Description
    withSku(Sku sku)
    Specifies the sku property: Identifies the unique system identifier for each Azure resource..
  • Method Details

    • withSku

      Vault.Update withSku(Sku sku)
      Specifies the sku property: Identifies the unique system identifier for each Azure resource..
      Parameters:
      sku - Identifies the unique system identifier for each Azure resource.
      Returns:
      the next definition stage.