Class GetMachineLearningDatastorePlainArgs
- java.lang.Object
-
- com.pulumi.resources.InputArgs
-
- com.pulumi.resources.InvokeArgs
-
- com.pulumi.azurenative.machinelearningservices.inputs.GetMachineLearningDatastorePlainArgs
-
public final class GetMachineLearningDatastorePlainArgs extends com.pulumi.resources.InvokeArgs
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
GetMachineLearningDatastorePlainArgs.Builder
-
Field Summary
Fields Modifier and Type Field Description static GetMachineLearningDatastorePlainArgs
Empty
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static GetMachineLearningDatastorePlainArgs.Builder
builder()
static GetMachineLearningDatastorePlainArgs.Builder
builder(GetMachineLearningDatastorePlainArgs defaults)
java.lang.String
datastoreName()
java.lang.String
resourceGroupName()
java.lang.String
workspaceName()
-
-
-
Field Detail
-
Empty
public static final GetMachineLearningDatastorePlainArgs Empty
-
-
Method Detail
-
datastoreName
public java.lang.String datastoreName()
- Returns:
- The Datastore name.
-
resourceGroupName
public java.lang.String resourceGroupName()
- Returns:
- Name of the resource group in which workspace is located.
-
workspaceName
public java.lang.String workspaceName()
- Returns:
- Name of Azure Machine Learning workspace.
-
builder
public static GetMachineLearningDatastorePlainArgs.Builder builder()
-
builder
public static GetMachineLearningDatastorePlainArgs.Builder builder(GetMachineLearningDatastorePlainArgs defaults)
-
-