Uses of Class
com.azure.resourcemanager.network.models.BastionHostSkuName
Packages that use BastionHostSkuName
Package
Description
Package containing the data models for NetworkManagementClient.
-
Uses of BastionHostSkuName in com.azure.resourcemanager.network.models
Subclasses with type arguments of type BastionHostSkuName in com.azure.resourcemanager.network.modelsModifier and TypeClassDescriptionfinal classThe name of the sku of this Bastion Host.Fields in com.azure.resourcemanager.network.models declared as BastionHostSkuNameModifier and TypeFieldDescriptionstatic final BastionHostSkuNameBastionHostSkuName.BASICStatic value Basic for BastionHostSkuName.static final BastionHostSkuNameBastionHostSkuName.DEVELOPERStatic value Developer for BastionHostSkuName.static final BastionHostSkuNameBastionHostSkuName.PREMIUMStatic value Premium for BastionHostSkuName.static final BastionHostSkuNameBastionHostSkuName.STANDARDStatic value Standard for BastionHostSkuName.Methods in com.azure.resourcemanager.network.models that return BastionHostSkuNameModifier and TypeMethodDescriptionstatic BastionHostSkuNameBastionHostSkuName.fromString(String name) Creates or finds a BastionHostSkuName from its string representation.Sku.name()Get the name property: The name of the sku of this Bastion Host.Methods in com.azure.resourcemanager.network.models that return types with arguments of type BastionHostSkuNameModifier and TypeMethodDescriptionstatic Collection<BastionHostSkuName> BastionHostSkuName.values()Gets known BastionHostSkuName values.Methods in com.azure.resourcemanager.network.models with parameters of type BastionHostSkuNameModifier and TypeMethodDescriptionSku.withName(BastionHostSkuName name) Set the name property: The name of the sku of this Bastion Host.