ResourceScopeType Class

  • java.lang.Object
    • com.microsoft.azure.management.appservice.ResourceScopeType

public class ResourceScopeType

Defines values for ResourceScopeType.

Field Summary

Modifier and Type Field and Description
final ResourceScopeType SERVER_FARM

Static value ServerFarm for ResourceScopeType.

final ResourceScopeType SUBSCRIPTION

Static value Subscription for ResourceScopeType.

final ResourceScopeType 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:

value - the custom value

Method Details

equals

public boolean equals(Object obj)

Parameters:

obj

hashCode

public int hashCode()

toString

public String toString()

Applies to