SkuName Class
- java.
lang. Object - com.
microsoft. azure. management. streamanalytics. SkuName
- com.
public class SkuName
Defines values for SkuName.
Field Summary
Modifier and Type | Field and Description |
---|---|
final Sku |
STANDARD
Static value Standard for SkuName. |
Constructor Summary
Constructor | Description |
---|---|
SkuName(String value) |
Creates a custom value for SkuName. |
Method Summary
Modifier and Type | Method and Description |
---|---|
boolean | equals(Object obj) |
int | hashCode() |
String | toString() |
Field Details
STANDARD
public static final SkuName STANDARD= new SkuName("Standard")
Static value Standard for SkuName.
Constructor Details
SkuName
public SkuName(String value)
Creates a custom value for SkuName.
Parameters:
value
- the custom value
Method Details
equals
public boolean equals(Object obj)
Parameters:
obj
hashCode
public int hashCode()
toString
public String toString()
Applies to
Colabore connosco no GitHub
A origem deste conteúdo pode ser encontrada no GitHub, onde também pode criar e rever problemas e pedidos Pull. Para mais informações, consulte o nosso guia do contribuidor.
Azure SDK for Java