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

108 строки
7.9 KiB
YAML

### YamlMime:JavaType
uid: "com.microsoft.azure.management.eventgrid.v2020_04_01_preview.ConnectionState"
fullName: "com.microsoft.azure.management.eventgrid.v2020_04_01_preview.ConnectionState"
name: "ConnectionState"
nameWithType: "ConnectionState"
summary: "Connection<wbr>State information."
inheritances:
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
inheritedClassMethods:
- classRef: "<xref href=\"java.lang.Object?alt=java.lang.Object&text=Object\" data-throw-if-not-resolved=\"False\" />"
methodsRef:
- "<xref href=\"java.lang.Object.clone()?alt=java.lang.Object.clone&text=clone\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.equals(java.lang.Object)?alt=java.lang.Object.equals&text=equals\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.finalize()?alt=java.lang.Object.finalize&text=finalize\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.getClass()?alt=java.lang.Object.getClass&text=getClass\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.hashCode()?alt=java.lang.Object.hashCode&text=hashCode\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.notify()?alt=java.lang.Object.notify&text=notify\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.notifyAll()?alt=java.lang.Object.notifyAll&text=notifyAll\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.toString()?alt=java.lang.Object.toString&text=toString\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.wait()?alt=java.lang.Object.wait&text=wait\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.wait(long)?alt=java.lang.Object.wait&text=wait\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.wait(long,int)?alt=java.lang.Object.wait&text=wait\" data-throw-if-not-resolved=\"False\" />"
syntax: "public class **ConnectionState**"
constructors:
- uid: "com.microsoft.azure.management.eventgrid.v2020_04_01_preview.ConnectionState.ConnectionState()"
fullName: "com.microsoft.azure.management.eventgrid.v2020_04_01_preview.ConnectionState.ConnectionState()"
name: "ConnectionState()"
nameWithType: "ConnectionState.ConnectionState()"
syntax: "public ConnectionState()"
methods:
- uid: "com.microsoft.azure.management.eventgrid.v2020_04_01_preview.ConnectionState.actionsRequired()"
fullName: "com.microsoft.azure.management.eventgrid.v2020_04_01_preview.ConnectionState.actionsRequired()"
name: "actionsRequired()"
nameWithType: "ConnectionState.actionsRequired()"
summary: "Get actions required (if any)."
syntax: "public String actionsRequired()"
desc: "Get actions required (if any)."
returns:
description: "the actionsRequired value"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.eventgrid.v2020_04_01_preview.ConnectionState.description()"
fullName: "com.microsoft.azure.management.eventgrid.v2020_04_01_preview.ConnectionState.description()"
name: "description()"
nameWithType: "ConnectionState.description()"
summary: "Get description of the connection state."
syntax: "public String description()"
desc: "Get description of the connection state."
returns:
description: "the description value"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.eventgrid.v2020_04_01_preview.ConnectionState.status()"
fullName: "com.microsoft.azure.management.eventgrid.v2020_04_01_preview.ConnectionState.status()"
name: "status()"
nameWithType: "ConnectionState.status()"
summary: "Get status of the connection."
syntax: "public PersistedConnectionStatus status()"
desc: "Get status of the connection. Possible values include: 'Pending', 'Approved', 'Rejected', 'Disconnected'."
returns:
description: "the status value"
type: "<xref href=\"com.microsoft.azure.management.eventgrid.v2020_04_01_preview.PersistedConnectionStatus?alt=com.microsoft.azure.management.eventgrid.v2020_04_01_preview.PersistedConnectionStatus&text=PersistedConnectionStatus\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.eventgrid.v2020_04_01_preview.ConnectionState.withActionsRequired(java.lang.String)"
fullName: "com.microsoft.azure.management.eventgrid.v2020_04_01_preview.ConnectionState.withActionsRequired(String actionsRequired)"
name: "withActionsRequired(String actionsRequired)"
nameWithType: "ConnectionState.withActionsRequired(String actionsRequired)"
summary: "Set actions required (if any)."
parameters:
- description: "the actionsRequired value to set"
name: "actionsRequired"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
syntax: "public ConnectionState withActionsRequired(String actionsRequired)"
desc: "Set actions required (if any)."
returns:
description: "the ConnectionState object itself."
type: "<xref href=\"com.microsoft.azure.management.eventgrid.v2020_04_01_preview.ConnectionState?alt=com.microsoft.azure.management.eventgrid.v2020_04_01_preview.ConnectionState&text=ConnectionState\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.eventgrid.v2020_04_01_preview.ConnectionState.withDescription(java.lang.String)"
fullName: "com.microsoft.azure.management.eventgrid.v2020_04_01_preview.ConnectionState.withDescription(String description)"
name: "withDescription(String description)"
nameWithType: "ConnectionState.withDescription(String description)"
summary: "Set description of the connection state."
parameters:
- description: "the description value to set"
name: "description"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
syntax: "public ConnectionState withDescription(String description)"
desc: "Set description of the connection state."
returns:
description: "the ConnectionState object itself."
type: "<xref href=\"com.microsoft.azure.management.eventgrid.v2020_04_01_preview.ConnectionState?alt=com.microsoft.azure.management.eventgrid.v2020_04_01_preview.ConnectionState&text=ConnectionState\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.eventgrid.v2020_04_01_preview.ConnectionState.withStatus(com.microsoft.azure.management.eventgrid.v2020_04_01_preview.PersistedConnectionStatus)"
fullName: "com.microsoft.azure.management.eventgrid.v2020_04_01_preview.ConnectionState.withStatus(PersistedConnectionStatus status)"
name: "withStatus(PersistedConnectionStatus status)"
nameWithType: "ConnectionState.withStatus(PersistedConnectionStatus status)"
summary: "Set status of the connection."
parameters:
- description: "the status value to set"
name: "status"
type: "<xref href=\"com.microsoft.azure.management.eventgrid.v2020_04_01_preview.PersistedConnectionStatus?alt=com.microsoft.azure.management.eventgrid.v2020_04_01_preview.PersistedConnectionStatus&text=PersistedConnectionStatus\" data-throw-if-not-resolved=\"False\" />"
syntax: "public ConnectionState withStatus(PersistedConnectionStatus status)"
desc: "Set status of the connection. Possible values include: 'Pending', 'Approved', 'Rejected', 'Disconnected'."
returns:
description: "the ConnectionState object itself."
type: "<xref href=\"com.microsoft.azure.management.eventgrid.v2020_04_01_preview.ConnectionState?alt=com.microsoft.azure.management.eventgrid.v2020_04_01_preview.ConnectionState&text=ConnectionState\" data-throw-if-not-resolved=\"False\" />"
type: "class"
desc: "ConnectionState information."
metadata: {}
package: "com.microsoft.azure.management.eventgrid.v2020_04_01_preview"
artifact: com.microsoft.azure.eventgrid.v2020_04_01_preview:azure-mgmt-eventgrid:1.0.0-beta-3