JobPrivateEndpointInner Class
- java.
lang. Object - com.
azure. core. management. ProxyResource - com.
azure. resourcemanager. sql. fluent. models. JobPrivateEndpointInner
- com.
- com.
public final class JobPrivateEndpointInner
extends ProxyResource
A job agent private endpoint.
Constructor Summary
| Constructor | Description |
|---|---|
| JobPrivateEndpointInner() |
Creates an instance of Job |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Job |
fromJson(JsonReader jsonReader)
Reads an instance of Job |
| String |
id()
Get the id property: Fully qualified resource Id for the resource. |
| String |
name()
Get the name property: The name of the resource. |
| String |
privateEndpointId()
Get the private |
| String |
targetServerAzureResourceId()
Get the target |
|
Json |
toJson(JsonWriter jsonWriter) |
| String |
type()
Get the type property: The type of the resource. |
| void |
validate()
Validates the instance. |
|
Job |
withTargetServerAzureResourceId(String targetServerAzureResourceId)
Set the target |
Methods inherited from ProxyResource
Methods inherited from java.lang.Object
Constructor Details
JobPrivateEndpointInner
public JobPrivateEndpointInner()
Creates an instance of JobPrivateEndpointInner class.
Method Details
fromJson
public static JobPrivateEndpointInner fromJson(JsonReader jsonReader)
Reads an instance of JobPrivateEndpointInner from the JsonReader.
Parameters:
Returns:
Throws:
id
public String id()
Get the id property: Fully qualified resource Id for the resource.
Overrides:
JobPrivateEndpointInner.id()Returns:
name
public String name()
Get the name property: The name of the resource.
Overrides:
JobPrivateEndpointInner.name()Returns:
privateEndpointId
public String privateEndpointId()
Get the privateEndpointId property: Private endpoint id of the private endpoint.
Returns:
targetServerAzureResourceId
public String targetServerAzureResourceId()
Get the targetServerAzureResourceId property: ARM resource id of the server the private endpoint will target.
Returns:
toJson
public JsonWriter toJson(JsonWriter jsonWriter)
Overrides:
JobPrivateEndpointInner.toJson(JsonWriter jsonWriter)Parameters:
Throws:
type
public String type()
Get the type property: The type of the resource.
Overrides:
JobPrivateEndpointInner.type()Returns:
validate
public void validate()
Validates the instance.
withTargetServerAzureResourceId
public JobPrivateEndpointInner withTargetServerAzureResourceId(String targetServerAzureResourceId)
Set the targetServerAzureResourceId property: ARM resource id of the server the private endpoint will target.
Parameters:
Returns: