ServerlessEndpointInner Class
- java.
lang. Object - com.
azure. core. management. ProxyResource - com.
azure. core. management. Resource - com.
azure. resourcemanager. machinelearning. fluent. models. ServerlessEndpointInner
- com.
- com.
- com.
public final class ServerlessEndpointInner
extends Resource
The ServerlessEndpoint model.
Constructor Summary
| Constructor | Description |
|---|---|
| ServerlessEndpointInner() |
Creates an instance of Serverless |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Serverless |
fromJson(JsonReader jsonReader)
Reads an instance of Serverless |
| String |
id()
Get the id property: Fully qualified resource Id for the resource. |
|
Managed |
identity()
Get the identity property: Managed service identity (system assigned and/or user assigned identities). |
| String |
kind()
Get the kind property: Metadata used by portal/tooling/etc to render different UX experiences for resources of the same type. |
| String |
name()
Get the name property: The name of the resource. |
|
Serverless |
properties()
Get the properties property: [Required] Additional attributes of the entity. |
| Sku |
sku()
Get the sku property: Sku details required for ARM contract for Autoscaling. |
|
System |
systemData()
Get the system |
|
Json |
toJson(JsonWriter jsonWriter) |
| String |
type()
Get the type property: The type of the resource. |
| void |
validate()
Validates the instance. |
|
Serverless |
withIdentity(ManagedServiceIdentity identity)
Set the identity property: Managed service identity (system assigned and/or user assigned identities). |
|
Serverless |
withKind(String kind)
Set the kind property: Metadata used by portal/tooling/etc to render different UX experiences for resources of the same type. |
|
Serverless |
withLocation(String location) |
|
Serverless |
withProperties(ServerlessEndpointProperties properties)
Set the properties property: [Required] Additional attributes of the entity. |
|
Serverless |
withSku(Sku sku)
Set the sku property: Sku details required for ARM contract for Autoscaling. |
|
Serverless |
withTags(Map<String,String> tags) |
Methods inherited from ProxyResource
Methods inherited from Resource
Methods inherited from java.lang.Object
Constructor Details
ServerlessEndpointInner
public ServerlessEndpointInner()
Creates an instance of ServerlessEndpointInner class.
Method Details
fromJson
public static ServerlessEndpointInner fromJson(JsonReader jsonReader)
Reads an instance of ServerlessEndpointInner from the JsonReader.
Parameters:
Returns:
Throws:
id
public String id()
Get the id property: Fully qualified resource Id for the resource.
Overrides:
ServerlessEndpointInner.id()Returns:
identity
public ManagedServiceIdentity identity()
Get the identity property: Managed service identity (system assigned and/or user assigned identities).
Returns:
kind
public String kind()
Get the kind property: Metadata used by portal/tooling/etc to render different UX experiences for resources of the same type.
Returns:
name
public String name()
Get the name property: The name of the resource.
Overrides:
ServerlessEndpointInner.name()Returns:
properties
public ServerlessEndpointProperties properties()
Get the properties property: [Required] Additional attributes of the entity.
Returns:
sku
public Sku sku()
Get the sku property: Sku details required for ARM contract for Autoscaling.
Returns:
systemData
public SystemData systemData()
Get the systemData property: Azure Resource Manager metadata containing createdBy and modifiedBy information.
Returns:
toJson
public JsonWriter toJson(JsonWriter jsonWriter)
Overrides:
ServerlessEndpointInner.toJson(JsonWriter jsonWriter)Parameters:
Throws:
type
public String type()
Get the type property: The type of the resource.
Overrides:
ServerlessEndpointInner.type()Returns:
validate
public void validate()
Validates the instance.
withIdentity
public ServerlessEndpointInner withIdentity(ManagedServiceIdentity identity)
Set the identity property: Managed service identity (system assigned and/or user assigned identities).
Parameters:
Returns:
withKind
public ServerlessEndpointInner withKind(String kind)
Set the kind property: Metadata used by portal/tooling/etc to render different UX experiences for resources of the same type.
Parameters:
Returns:
withLocation
public ServerlessEndpointInner withLocation(String location)
Overrides:
ServerlessEndpointInner.withLocation(String location)Parameters:
withProperties
public ServerlessEndpointInner withProperties(ServerlessEndpointProperties properties)
Set the properties property: [Required] Additional attributes of the entity.
Parameters:
Returns:
withSku
public ServerlessEndpointInner withSku(Sku sku)
Set the sku property: Sku details required for ARM contract for Autoscaling.
Parameters:
Returns:
withTags
public ServerlessEndpointInner withTags(Map<String,String> tags)
Overrides:
ServerlessEndpointInner.withTags(Map<String,String> tags)Parameters: