PrivateLinkHubInner Class
- java.
lang. Object - com.
azure. core. management. ProxyResource - com.
azure. core. management. Resource - com.
azure. resourcemanager. synapse. fluent. models. PrivateLinkHubInner
- com.
- com.
- com.
public final class PrivateLinkHubInner
extends Resource
A privateLinkHub.
Constructor Summary
| Constructor | Description |
|---|---|
| PrivateLinkHubInner() |
Creates an instance of Private |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Private |
fromJson(JsonReader jsonReader)
Reads an instance of Private |
| String |
id()
Get the id property: Fully qualified resource Id for the resource. |
| String |
name()
Get the name property: The name of the resource. |
|
List<Private |
privateEndpointConnections()
Get the private |
| String |
provisioningState()
Get the provisioning |
|
Json |
toJson(JsonWriter jsonWriter) |
| String |
type()
Get the type property: The type of the resource. |
| void |
validate()
Validates the instance. |
|
Private |
withLocation(String location) |
|
Private |
withProvisioningState(String provisioningState)
Set the provisioning |
|
Private |
withTags(Map<String,String> tags) |
Methods inherited from ProxyResource
Methods inherited from Resource
Methods inherited from java.lang.Object
Constructor Details
PrivateLinkHubInner
public PrivateLinkHubInner()
Creates an instance of PrivateLinkHubInner class.
Method Details
fromJson
public static PrivateLinkHubInner fromJson(JsonReader jsonReader)
Reads an instance of PrivateLinkHubInner from the JsonReader.
Parameters:
Returns:
Throws:
id
public String id()
Get the id property: Fully qualified resource Id for the resource.
Overrides:
PrivateLinkHubInner.id()Returns:
name
public String name()
Get the name property: The name of the resource.
Overrides:
PrivateLinkHubInner.name()Returns:
privateEndpointConnections
public List<PrivateEndpointConnectionForPrivateLinkHubBasic> privateEndpointConnections()
Get the privateEndpointConnections property: List of private endpoint connections.
Returns:
provisioningState
public String provisioningState()
Get the provisioningState property: PrivateLinkHub provisioning state.
Returns:
toJson
public JsonWriter toJson(JsonWriter jsonWriter)
Overrides:
PrivateLinkHubInner.toJson(JsonWriter jsonWriter)Parameters:
Throws:
type
public String type()
Get the type property: The type of the resource.
Overrides:
PrivateLinkHubInner.type()Returns:
validate
public void validate()
Validates the instance.
withLocation
public PrivateLinkHubInner withLocation(String location)
Overrides:
PrivateLinkHubInner.withLocation(String location)Parameters:
withProvisioningState
public PrivateLinkHubInner withProvisioningState(String provisioningState)
Set the provisioningState property: PrivateLinkHub provisioning state.
Parameters:
Returns:
withTags
public PrivateLinkHubInner withTags(Map<String,String> tags)
Overrides:
PrivateLinkHubInner.withTags(Map<String,String> tags)Parameters: