你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
ResourceScopeType Class
- java.
lang. Object - com.
microsoft. azure. management. appservice. ResourceScopeType
- com.
public class ResourceScopeType
Defines values for ResourceScopeType.
Field Summary
Modifier and Type | Field and Description |
---|---|
final Resource |
SERVER_FARM
Static value ServerFarm for ResourceScopeType. |
final Resource |
SUBSCRIPTION
Static value Subscription for ResourceScopeType. |
final Resource |
WEB_SITE
Static value WebSite for ResourceScopeType. |
Constructor Summary
Constructor | Description |
---|---|
ResourceScopeType(String value) |
Creates a custom value for ResourceScopeType. |
Method Summary
Modifier and Type | Method and Description |
---|---|
boolean | equals(Object obj) |
int | hashCode() |
String | toString() |
Field Details
SERVER_FARM
public static final ResourceScopeType SERVER_FARM= new ResourceScopeType("ServerFarm")
Static value ServerFarm for ResourceScopeType.
SUBSCRIPTION
public static final ResourceScopeType SUBSCRIPTION= new ResourceScopeType("Subscription")
Static value Subscription for ResourceScopeType.
WEB_SITE
public static final ResourceScopeType WEB_SITE= new ResourceScopeType("WebSite")
Static value WebSite for ResourceScopeType.
Constructor Details
ResourceScopeType
public ResourceScopeType(String value)
Creates a custom value for ResourceScopeType.
Parameters:
Method Details
equals
public boolean equals(Object obj)
Parameters:
hashCode
public int hashCode()
toString
public String toString()