Class OnlineDeployment
- java.lang.Object
-
- com.pulumi.resources.Resource
-
- com.pulumi.resources.CustomResource
-
- com.pulumi.azurenative.machinelearningservices.OnlineDeployment
-
public class OnlineDeployment extends com.pulumi.resources.CustomResource
Azure REST API version: 2023-04-01. Prior API version in Azure Native 1.x: 2021-03-01-preview. Other available API versions: 2021-03-01-preview, 2022-02-01-preview, 2023-04-01-preview, 2023-06-01-preview, 2023-08-01-preview, 2023-10-01. ## Import An existing resource can be imported using its type token, name, and identifier, e.g. ```sh $ pulumi import azure-native:machinelearningservices:OnlineDeployment string /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/onlineEndpoints/{endpointName}/deployments/{deploymentName} ```
-
-
Constructor Summary
Constructors Constructor Description OnlineDeployment(java.lang.String name)
OnlineDeployment(java.lang.String name, OnlineDeploymentArgs args)
OnlineDeployment(java.lang.String name, OnlineDeploymentArgs args, com.pulumi.resources.CustomResourceOptions options)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static OnlineDeployment
get(java.lang.String name, com.pulumi.core.Output<java.lang.String> id, com.pulumi.resources.CustomResourceOptions options)
Get an existing Host resource's state with the given name, ID, and optional extra properties used to qualify the lookup.com.pulumi.core.Output<java.util.Optional<ManagedServiceIdentityResponse>>
identity()
com.pulumi.core.Output<java.util.Optional<java.lang.String>>
kind()
com.pulumi.core.Output<java.lang.String>
location()
com.pulumi.core.Output<java.lang.String>
name()
com.pulumi.core.Output<com.pulumi.core.Either<KubernetesOnlineDeploymentResponse,ManagedOnlineDeploymentResponse>>
onlineDeploymentProperties()
com.pulumi.core.Output<java.util.Optional<SkuResponse>>
sku()
com.pulumi.core.Output<SystemDataResponse>
systemData()
com.pulumi.core.Output<java.util.Optional<java.util.Map<java.lang.String,java.lang.String>>>
tags()
com.pulumi.core.Output<java.lang.String>
type()
-
-
-
Constructor Detail
-
OnlineDeployment
public OnlineDeployment(java.lang.String name)
- Parameters:
name
- The _unique_ name of the resulting resource.
-
OnlineDeployment
public OnlineDeployment(java.lang.String name, OnlineDeploymentArgs args)
- Parameters:
name
- The _unique_ name of the resulting resource.args
- The arguments to use to populate this resource's properties.
-
OnlineDeployment
public OnlineDeployment(java.lang.String name, OnlineDeploymentArgs args, @Nullable com.pulumi.resources.CustomResourceOptions options)
- Parameters:
name
- The _unique_ name of the resulting resource.args
- The arguments to use to populate this resource's properties.options
- A bag of options that control this resource's behavior.
-
-
Method Detail
-
identity
public com.pulumi.core.Output<java.util.Optional<ManagedServiceIdentityResponse>> identity()
- Returns:
- Managed service identity (system assigned and/or user assigned identities)
-
kind
public com.pulumi.core.Output<java.util.Optional<java.lang.String>> kind()
- Returns:
- Metadata used by portal/tooling/etc to render different UX experiences for resources of the same type.
-
location
public com.pulumi.core.Output<java.lang.String> location()
- Returns:
- The geo-location where the resource lives
-
name
public com.pulumi.core.Output<java.lang.String> name()
- Returns:
- The name of the resource
-
onlineDeploymentProperties
public com.pulumi.core.Output<com.pulumi.core.Either<KubernetesOnlineDeploymentResponse,ManagedOnlineDeploymentResponse>> onlineDeploymentProperties()
- Returns:
- [Required] Additional attributes of the entity.
-
sku
public com.pulumi.core.Output<java.util.Optional<SkuResponse>> sku()
- Returns:
- Sku details required for ARM contract for Autoscaling.
-
systemData
public com.pulumi.core.Output<SystemDataResponse> systemData()
- Returns:
- Azure Resource Manager metadata containing createdBy and modifiedBy information.
-
tags
public com.pulumi.core.Output<java.util.Optional<java.util.Map<java.lang.String,java.lang.String>>> tags()
- Returns:
- Resource tags.
-
type
public com.pulumi.core.Output<java.lang.String> type()
- Returns:
- The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
-
get
public static OnlineDeployment get(java.lang.String name, com.pulumi.core.Output<java.lang.String> id, @Nullable com.pulumi.resources.CustomResourceOptions options)
Get an existing Host resource's state with the given name, ID, and optional extra properties used to qualify the lookup.- Parameters:
name
- The _unique_ name of the resulting resource.id
- The _unique_ provider ID of the resource to lookup.options
- Optional settings to control the behavior of the CustomResource.
-
-