Interface Vault.DefinitionStages.WithSku

All Known Subinterfaces:
Vault.Definition, Vault.DefinitionStages.WithCreate
Enclosing interface:
Vault.DefinitionStages

public static interface Vault.DefinitionStages.WithSku
The stage of the Vault definition 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

      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.