Uses of Class
com.azure.resourcemanager.eventgrid.models.ConnectionState
-
Packages that use ConnectionState Package Description com.azure.resourcemanager.eventgrid.fluent.models Package containing the inner data models for EventGridManagementClient.com.azure.resourcemanager.eventgrid.models Package containing the data models for EventGridManagementClient. -
-
Uses of ConnectionState in com.azure.resourcemanager.eventgrid.fluent.models
Methods in com.azure.resourcemanager.eventgrid.fluent.models that return ConnectionState Modifier and Type Method Description ConnectionStatePrivateEndpointConnectionInner. privateLinkServiceConnectionState()Get the privateLinkServiceConnectionState property: Details about the state of the connection.ConnectionStatePrivateEndpointConnectionProperties. privateLinkServiceConnectionState()Get the privateLinkServiceConnectionState property: Details about the state of the connection.Methods in com.azure.resourcemanager.eventgrid.fluent.models with parameters of type ConnectionState Modifier and Type Method Description PrivateEndpointConnectionInnerPrivateEndpointConnectionInner. withPrivateLinkServiceConnectionState(ConnectionState privateLinkServiceConnectionState)Set the privateLinkServiceConnectionState property: Details about the state of the connection.PrivateEndpointConnectionPropertiesPrivateEndpointConnectionProperties. withPrivateLinkServiceConnectionState(ConnectionState privateLinkServiceConnectionState)Set the privateLinkServiceConnectionState property: Details about the state of the connection. -
Uses of ConnectionState in com.azure.resourcemanager.eventgrid.models
Methods in com.azure.resourcemanager.eventgrid.models that return ConnectionState Modifier and Type Method Description ConnectionStatePrivateEndpointConnection. privateLinkServiceConnectionState()Gets the privateLinkServiceConnectionState property: Details about the state of the connection.ConnectionStateConnectionState. withActionsRequired(String actionsRequired)Set the actionsRequired property: Actions required (if any).ConnectionStateConnectionState. withDescription(String description)Set the description property: Description of the connection state.ConnectionStateConnectionState. withStatus(PersistedConnectionStatus status)Set the status property: Status of the connection.
-