Uses of Class
com.azure.resourcemanager.network.models.BastionHostSkuName
-
Packages that use BastionHostSkuName Package Description com.azure.resourcemanager.network.models Package containing the data models for NetworkManagementClient. -
-
Uses of BastionHostSkuName in com.azure.resourcemanager.network.models
Fields in com.azure.resourcemanager.network.models declared as BastionHostSkuName Modifier and Type Field Description static BastionHostSkuNameBastionHostSkuName. BASICStatic value Basic for BastionHostSkuName.static BastionHostSkuNameBastionHostSkuName. STANDARDStatic value Standard for BastionHostSkuName.Methods in com.azure.resourcemanager.network.models that return BastionHostSkuName Modifier and Type Method Description static BastionHostSkuNameBastionHostSkuName. fromString(String name)Creates or finds a BastionHostSkuName from its string representation.BastionHostSkuNameSku. name()Get the name property: The name of this Bastion Host.Methods in com.azure.resourcemanager.network.models that return types with arguments of type BastionHostSkuName Modifier and Type Method Description static Collection<BastionHostSkuName>BastionHostSkuName. values()Methods in com.azure.resourcemanager.network.models with parameters of type BastionHostSkuName Modifier and Type Method Description SkuSku. withName(BastionHostSkuName name)Set the name property: The name of this Bastion Host.
-