276 строки
10 KiB
YAML
276 строки
10 KiB
YAML
### YamlMime:ManagedReference
|
|
items:
|
|
- uid: com.microsoft.azure.management.network._pc_status
|
|
id: _pc_status
|
|
parent: com.microsoft.azure.management.network
|
|
children:
|
|
- com.microsoft.azure.management.network._pc_status.equals(Object)
|
|
- com.microsoft.azure.management.network._pc_status.ERROR
|
|
- com.microsoft.azure.management.network._pc_status.hashCode()
|
|
- com.microsoft.azure.management.network._pc_status.NOT_STARTED
|
|
- com.microsoft.azure.management.network._pc_status.PcStatus(String)
|
|
- com.microsoft.azure.management.network._pc_status.RUNNING
|
|
- com.microsoft.azure.management.network._pc_status.STOPPED
|
|
- com.microsoft.azure.management.network._pc_status.toString()
|
|
- com.microsoft.azure.management.network._pc_status.UNKNOWN
|
|
href: com.microsoft.azure.management.network._pc_status.yml
|
|
langs:
|
|
- java
|
|
name: PcStatus
|
|
nameWithType: PcStatus
|
|
fullName: com.microsoft.azure.management.network.PcStatus
|
|
type: Class
|
|
source:
|
|
remote: &o0
|
|
path: azure-mgmt-network/src/main/java/com/microsoft/azure/management/network/PcStatus.java
|
|
branch: v1.3.0
|
|
repo: https://github.com/Azure/azure-sdk-for-java
|
|
path: azure-mgmt-network/src/main/java/com/microsoft/azure/management/network/PcStatus.java
|
|
startLine: 15
|
|
package: com.microsoft.azure.management.network
|
|
summary: <p>Defines values for PcStatus. </p>
|
|
syntax: &o1
|
|
content: public class PcStatus
|
|
inheritance:
|
|
- java.lang.Object
|
|
- uid: com.microsoft.azure.management.network._pc_status.equals(Object)
|
|
id: equals(Object)
|
|
parent: com.microsoft.azure.management.network._pc_status
|
|
href: com.microsoft.azure.management.network._pc_status.yml
|
|
langs:
|
|
- java
|
|
name: equals(Object obj)
|
|
nameWithType: PcStatus.equals(Object obj)
|
|
fullName: com.microsoft.azure.management.network.PcStatus.equals(Object obj)
|
|
overload: com.microsoft.azure.management.network._pc_status.equals*
|
|
type: Method
|
|
source:
|
|
remote: *o0
|
|
path: azure-mgmt-network/src/main/java/com/microsoft/azure/management/network/PcStatus.java
|
|
startLine: 53
|
|
package: com.microsoft.azure.management.network
|
|
syntax:
|
|
content: public boolean equals(Object obj)
|
|
parameters:
|
|
- id: obj
|
|
type: "79317049"
|
|
return:
|
|
type: 4fc6e284
|
|
- uid: com.microsoft.azure.management.network._pc_status.ERROR
|
|
id: ERROR
|
|
parent: com.microsoft.azure.management.network._pc_status
|
|
href: com.microsoft.azure.management.network._pc_status.yml
|
|
langs:
|
|
- java
|
|
name: ERROR
|
|
nameWithType: PcStatus.ERROR
|
|
fullName: com.microsoft.azure.management.network.PcStatus.ERROR
|
|
type: Field
|
|
source:
|
|
remote: *o0
|
|
path: azure-mgmt-network/src/main/java/com/microsoft/azure/management/network/PcStatus.java
|
|
startLine: 26
|
|
package: com.microsoft.azure.management.network
|
|
summary: <p>Static value Error for PcStatus. </p>
|
|
syntax:
|
|
content: public static final PcStatus ERROR= new PcStatus("Error")
|
|
return:
|
|
type: 93de0ef9com.microsoft.azure.management.network._pc_status
|
|
- uid: com.microsoft.azure.management.network._pc_status.hashCode()
|
|
id: hashCode()
|
|
parent: com.microsoft.azure.management.network._pc_status
|
|
href: com.microsoft.azure.management.network._pc_status.yml
|
|
langs:
|
|
- java
|
|
name: hashCode()
|
|
nameWithType: PcStatus.hashCode()
|
|
fullName: com.microsoft.azure.management.network.PcStatus.hashCode()
|
|
overload: com.microsoft.azure.management.network._pc_status.hashCode*
|
|
type: Method
|
|
source:
|
|
remote: *o0
|
|
path: azure-mgmt-network/src/main/java/com/microsoft/azure/management/network/PcStatus.java
|
|
startLine: 48
|
|
package: com.microsoft.azure.management.network
|
|
syntax:
|
|
content: public int hashCode()
|
|
return:
|
|
type: f75371fa
|
|
- uid: com.microsoft.azure.management.network._pc_status.NOT_STARTED
|
|
id: NOT_STARTED
|
|
parent: com.microsoft.azure.management.network._pc_status
|
|
href: com.microsoft.azure.management.network._pc_status.yml
|
|
langs:
|
|
- java
|
|
name: NOT_STARTED
|
|
nameWithType: PcStatus.NOT_STARTED
|
|
fullName: com.microsoft.azure.management.network.PcStatus.NOT_STARTED
|
|
type: Field
|
|
source:
|
|
remote: *o0
|
|
path: azure-mgmt-network/src/main/java/com/microsoft/azure/management/network/PcStatus.java
|
|
startLine: 17
|
|
package: com.microsoft.azure.management.network
|
|
summary: <p>Static value NotStarted for PcStatus. </p>
|
|
syntax:
|
|
content: public static final PcStatus NOT_STARTED= new PcStatus("NotStarted")
|
|
return:
|
|
type: 93de0ef9com.microsoft.azure.management.network._pc_status
|
|
- uid: com.microsoft.azure.management.network._pc_status.PcStatus(String)
|
|
id: PcStatus(String)
|
|
parent: com.microsoft.azure.management.network._pc_status
|
|
href: com.microsoft.azure.management.network._pc_status.yml
|
|
langs:
|
|
- java
|
|
name: PcStatus(String value)
|
|
nameWithType: PcStatus.PcStatus(String value)
|
|
fullName: com.microsoft.azure.management.network.PcStatus.PcStatus(String value)
|
|
overload: com.microsoft.azure.management.network._pc_status.PcStatus*
|
|
type: Constructor
|
|
source:
|
|
remote: *o0
|
|
path: azure-mgmt-network/src/main/java/com/microsoft/azure/management/network/PcStatus.java
|
|
startLine: 37
|
|
package: com.microsoft.azure.management.network
|
|
summary: <p>Creates a custom value for PcStatus. </p>
|
|
syntax:
|
|
content: public PcStatus(String value)
|
|
parameters:
|
|
- id: value
|
|
type: "26831127"
|
|
description: <p>the custom value </p>
|
|
- uid: com.microsoft.azure.management.network._pc_status.RUNNING
|
|
id: RUNNING
|
|
parent: com.microsoft.azure.management.network._pc_status
|
|
href: com.microsoft.azure.management.network._pc_status.yml
|
|
langs:
|
|
- java
|
|
name: RUNNING
|
|
nameWithType: PcStatus.RUNNING
|
|
fullName: com.microsoft.azure.management.network.PcStatus.RUNNING
|
|
type: Field
|
|
source:
|
|
remote: *o0
|
|
path: azure-mgmt-network/src/main/java/com/microsoft/azure/management/network/PcStatus.java
|
|
startLine: 20
|
|
package: com.microsoft.azure.management.network
|
|
summary: <p>Static value Running for PcStatus. </p>
|
|
syntax:
|
|
content: public static final PcStatus RUNNING= new PcStatus("Running")
|
|
return:
|
|
type: 93de0ef9com.microsoft.azure.management.network._pc_status
|
|
- uid: com.microsoft.azure.management.network._pc_status.STOPPED
|
|
id: STOPPED
|
|
parent: com.microsoft.azure.management.network._pc_status
|
|
href: com.microsoft.azure.management.network._pc_status.yml
|
|
langs:
|
|
- java
|
|
name: STOPPED
|
|
nameWithType: PcStatus.STOPPED
|
|
fullName: com.microsoft.azure.management.network.PcStatus.STOPPED
|
|
type: Field
|
|
source:
|
|
remote: *o0
|
|
path: azure-mgmt-network/src/main/java/com/microsoft/azure/management/network/PcStatus.java
|
|
startLine: 23
|
|
package: com.microsoft.azure.management.network
|
|
summary: <p>Static value Stopped for PcStatus. </p>
|
|
syntax:
|
|
content: public static final PcStatus STOPPED= new PcStatus("Stopped")
|
|
return:
|
|
type: 93de0ef9com.microsoft.azure.management.network._pc_status
|
|
- uid: com.microsoft.azure.management.network._pc_status.toString()
|
|
id: toString()
|
|
parent: com.microsoft.azure.management.network._pc_status
|
|
href: com.microsoft.azure.management.network._pc_status.yml
|
|
langs:
|
|
- java
|
|
name: toString()
|
|
nameWithType: PcStatus.toString()
|
|
fullName: com.microsoft.azure.management.network.PcStatus.toString()
|
|
overload: com.microsoft.azure.management.network._pc_status.toString*
|
|
type: Method
|
|
source:
|
|
remote: *o0
|
|
path: azure-mgmt-network/src/main/java/com/microsoft/azure/management/network/PcStatus.java
|
|
startLine: 43
|
|
package: com.microsoft.azure.management.network
|
|
syntax:
|
|
content: public String toString()
|
|
return:
|
|
type: "26831127"
|
|
- uid: com.microsoft.azure.management.network._pc_status.UNKNOWN
|
|
id: UNKNOWN
|
|
parent: com.microsoft.azure.management.network._pc_status
|
|
href: com.microsoft.azure.management.network._pc_status.yml
|
|
langs:
|
|
- java
|
|
name: UNKNOWN
|
|
nameWithType: PcStatus.UNKNOWN
|
|
fullName: com.microsoft.azure.management.network.PcStatus.UNKNOWN
|
|
type: Field
|
|
source:
|
|
remote: *o0
|
|
path: azure-mgmt-network/src/main/java/com/microsoft/azure/management/network/PcStatus.java
|
|
startLine: 29
|
|
package: com.microsoft.azure.management.network
|
|
summary: <p>Static value Unknown for PcStatus. </p>
|
|
syntax:
|
|
content: public static final PcStatus UNKNOWN= new PcStatus("Unknown")
|
|
return:
|
|
type: 93de0ef9com.microsoft.azure.management.network._pc_status
|
|
references:
|
|
- uid: 93de0ef9com.microsoft.azure.management.network._pc_status
|
|
spec.java:
|
|
- name: 'final '
|
|
fullName: 'final '
|
|
- uid: com.microsoft.azure.management.network._pc_status
|
|
name: PcStatus
|
|
fullName: com.microsoft.azure.management.network.PcStatus
|
|
href: com.microsoft.azure.management.network._pc_status.yml
|
|
- uid: "26831127"
|
|
spec.java:
|
|
- name: String
|
|
fullName: String
|
|
- uid: com.microsoft.azure.management.network._pc_status.PcStatus*
|
|
name: PcStatus
|
|
nameWithType: PcStatus.PcStatus
|
|
fullName: com.microsoft.azure.management.network.PcStatus.PcStatus
|
|
package: com.microsoft.azure.management.network
|
|
- uid: com.microsoft.azure.management.network._pc_status.toString*
|
|
name: toString
|
|
nameWithType: PcStatus.toString
|
|
fullName: com.microsoft.azure.management.network.PcStatus.toString
|
|
package: com.microsoft.azure.management.network
|
|
- uid: f75371fa
|
|
spec.java:
|
|
- name: int
|
|
fullName: int
|
|
- uid: com.microsoft.azure.management.network._pc_status.hashCode*
|
|
name: hashCode
|
|
nameWithType: PcStatus.hashCode
|
|
fullName: com.microsoft.azure.management.network.PcStatus.hashCode
|
|
package: com.microsoft.azure.management.network
|
|
- uid: "79317049"
|
|
spec.java:
|
|
- name: Object
|
|
fullName: Object
|
|
- uid: 4fc6e284
|
|
spec.java:
|
|
- name: boolean
|
|
fullName: boolean
|
|
- uid: com.microsoft.azure.management.network._pc_status.equals*
|
|
name: equals
|
|
nameWithType: PcStatus.equals
|
|
fullName: com.microsoft.azure.management.network.PcStatus.equals
|
|
package: com.microsoft.azure.management.network
|
|
- uid: com.microsoft.azure.management.network._pc_status
|
|
parent: com.microsoft.azure.management.network
|
|
href: com.microsoft.azure.management.network._pc_status.yml
|
|
name: PcStatus
|
|
nameWithType: PcStatus
|
|
fullName: com.microsoft.azure.management.network.PcStatus
|
|
type: Class
|
|
summary: <p>Defines values for PcStatus. </p>
|
|
syntax: *o1
|