Uses of Class
com.azure.resourcemanager.weightsandbiases.fluent.models.InstanceResourceInner
Packages that use InstanceResourceInner
Package
Description
Package containing the service clients for WeightsAndBiases.
Package containing the inner data models for WeightsAndBiases.
Package containing the data models for WeightsAndBiases.
-
Uses of InstanceResourceInner in com.azure.resourcemanager.weightsandbiases.fluent
Methods in com.azure.resourcemanager.weightsandbiases.fluent that return InstanceResourceInnerModifier and TypeMethodDescriptionInstancesClient.createOrUpdate(String resourceGroupName, String instancename, InstanceResourceInner resource) Create a InstanceResource.InstancesClient.createOrUpdate(String resourceGroupName, String instancename, InstanceResourceInner resource, com.azure.core.util.Context context) Create a InstanceResource.InstancesClient.getByResourceGroup(String resourceGroupName, String instancename) Get a InstanceResource.InstancesClient.update(String resourceGroupName, String instancename, InstanceResourceUpdate properties) Update a InstanceResource.Methods in com.azure.resourcemanager.weightsandbiases.fluent that return types with arguments of type InstanceResourceInnerModifier and TypeMethodDescriptioncom.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<InstanceResourceInner>, InstanceResourceInner> InstancesClient.beginCreateOrUpdate(String resourceGroupName, String instancename, InstanceResourceInner resource) Create a InstanceResource.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<InstanceResourceInner>, InstanceResourceInner> InstancesClient.beginCreateOrUpdate(String resourceGroupName, String instancename, InstanceResourceInner resource) Create a InstanceResource.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<InstanceResourceInner>, InstanceResourceInner> InstancesClient.beginCreateOrUpdate(String resourceGroupName, String instancename, InstanceResourceInner resource, com.azure.core.util.Context context) Create a InstanceResource.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<InstanceResourceInner>, InstanceResourceInner> InstancesClient.beginCreateOrUpdate(String resourceGroupName, String instancename, InstanceResourceInner resource, com.azure.core.util.Context context) Create a InstanceResource.com.azure.core.http.rest.Response<InstanceResourceInner> InstancesClient.getByResourceGroupWithResponse(String resourceGroupName, String instancename, com.azure.core.util.Context context) Get a InstanceResource.com.azure.core.http.rest.PagedIterable<InstanceResourceInner> InstancesClient.list()List InstanceResource resources by subscription ID.com.azure.core.http.rest.PagedIterable<InstanceResourceInner> InstancesClient.list(com.azure.core.util.Context context) List InstanceResource resources by subscription ID.com.azure.core.http.rest.PagedIterable<InstanceResourceInner> InstancesClient.listByResourceGroup(String resourceGroupName) List InstanceResource resources by resource group.com.azure.core.http.rest.PagedIterable<InstanceResourceInner> InstancesClient.listByResourceGroup(String resourceGroupName, com.azure.core.util.Context context) List InstanceResource resources by resource group.com.azure.core.http.rest.Response<InstanceResourceInner> InstancesClient.updateWithResponse(String resourceGroupName, String instancename, InstanceResourceUpdate properties, com.azure.core.util.Context context) Update a InstanceResource.Methods in com.azure.resourcemanager.weightsandbiases.fluent with parameters of type InstanceResourceInnerModifier and TypeMethodDescriptioncom.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<InstanceResourceInner>, InstanceResourceInner> InstancesClient.beginCreateOrUpdate(String resourceGroupName, String instancename, InstanceResourceInner resource) Create a InstanceResource.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<InstanceResourceInner>, InstanceResourceInner> InstancesClient.beginCreateOrUpdate(String resourceGroupName, String instancename, InstanceResourceInner resource, com.azure.core.util.Context context) Create a InstanceResource.InstancesClient.createOrUpdate(String resourceGroupName, String instancename, InstanceResourceInner resource) Create a InstanceResource.InstancesClient.createOrUpdate(String resourceGroupName, String instancename, InstanceResourceInner resource, com.azure.core.util.Context context) Create a InstanceResource. -
Uses of InstanceResourceInner in com.azure.resourcemanager.weightsandbiases.fluent.models
Methods in com.azure.resourcemanager.weightsandbiases.fluent.models that return InstanceResourceInnerModifier and TypeMethodDescriptionstatic InstanceResourceInnerInstanceResourceInner.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of InstanceResourceInner from the JsonReader.InstanceResourceInner.withIdentity(ManagedServiceIdentity identity) Set the identity property: The managed service identities assigned to this resource.InstanceResourceInner.withLocation(String location) InstanceResourceInner.withProperties(InstanceProperties properties) Set the properties property: The resource-specific properties for this resource. -
Uses of InstanceResourceInner in com.azure.resourcemanager.weightsandbiases.models
Methods in com.azure.resourcemanager.weightsandbiases.models that return InstanceResourceInnerModifier and TypeMethodDescriptionInstanceResource.innerModel()Gets the inner com.azure.resourcemanager.weightsandbiases.fluent.models.InstanceResourceInner object.