azure-docs-sdk-java/archive/docs-ref-autogen/com.microsoft.azure.managem...

66 строки
3.6 KiB
YAML

### YamlMime:JavaType
constructors:
- fullName: com.microsoft.azure.management.appservice.ValidateResourceTypes.ValidateResourceTypes(String value)
name: ValidateResourceTypes(String value)
nameWithType: ValidateResourceTypes.ValidateResourceTypes(String value)
parameters:
- description: <p>the custom value </p>
name: value
type: <xref href="String?alt=String&text=String" data-throw-if-not-resolved="False"/>
summary: <p>Creates a custom value for ValidateResourceTypes. </p>
syntax: public ValidateResourceTypes(String value)
uid: com.microsoft.azure.management.appservice.ValidateResourceTypes.ValidateResourceTypes(String)
fields:
- field:
type: final <xref href="com.microsoft.azure.management.appservice.ValidateResourceTypes?alt=com.microsoft.azure.management.appservice.ValidateResourceTypes&text=ValidateResourceTypes" data-throw-if-not-resolved="False"/>
fullName: com.microsoft.azure.management.appservice.ValidateResourceTypes.SERVER_FARM
name: SERVER_FARM
nameWithType: ValidateResourceTypes.SERVER_FARM
summary: <p>Static value ServerFarm for ValidateResourceTypes. </p>
syntax: public static final ValidateResourceTypes SERVER_FARM= new ValidateResourceTypes("ServerFarm")
uid: com.microsoft.azure.management.appservice.ValidateResourceTypes.SERVER_FARM
- field:
type: final <xref href="com.microsoft.azure.management.appservice.ValidateResourceTypes?alt=com.microsoft.azure.management.appservice.ValidateResourceTypes&text=ValidateResourceTypes" data-throw-if-not-resolved="False"/>
fullName: com.microsoft.azure.management.appservice.ValidateResourceTypes.SITE
name: SITE
nameWithType: ValidateResourceTypes.SITE
summary: <p>Static value Site for ValidateResourceTypes. </p>
syntax: public static final ValidateResourceTypes SITE= new ValidateResourceTypes("Site")
uid: com.microsoft.azure.management.appservice.ValidateResourceTypes.SITE
inheritances:
- <xref href="java.lang.Object" data-throw-if-not-resolved="False"/>
methods:
- fullName: com.microsoft.azure.management.appservice.ValidateResourceTypes.equals(Object obj)
name: equals(Object obj)
nameWithType: ValidateResourceTypes.equals(Object obj)
parameters:
- name: obj
type: <xref href="Object?alt=Object&text=Object" data-throw-if-not-resolved="False"/>
returns:
type: <xref href="boolean?alt=boolean&text=boolean" data-throw-if-not-resolved="False"/>
syntax: public boolean equals(Object obj)
uid: com.microsoft.azure.management.appservice.ValidateResourceTypes.equals(Object)
- fullName: com.microsoft.azure.management.appservice.ValidateResourceTypes.hashCode()
name: hashCode()
nameWithType: ValidateResourceTypes.hashCode()
returns:
type: <xref href="int?alt=int&text=int" data-throw-if-not-resolved="False"/>
syntax: public int hashCode()
uid: com.microsoft.azure.management.appservice.ValidateResourceTypes.hashCode()
- fullName: com.microsoft.azure.management.appservice.ValidateResourceTypes.toString()
name: toString()
nameWithType: ValidateResourceTypes.toString()
returns:
type: <xref href="String?alt=String&text=String" data-throw-if-not-resolved="False"/>
syntax: public String toString()
uid: com.microsoft.azure.management.appservice.ValidateResourceTypes.toString()
nameWithType: ValidateResourceTypes
syntax: public class ValidateResourceTypes
type: class
uid: com.microsoft.azure.management.appservice.ValidateResourceTypes
fullName: com.microsoft.azure.management.appservice.ValidateResourceTypes
name: ValidateResourceTypes
package: com.microsoft.azure.management.appservice
summary: <p>Defines values for ValidateResourceTypes. </p>
metadata: {}