Uses of Class
com.azure.resourcemanager.weightsandbiases.models.ManagedServiceIdentity
Packages that use ManagedServiceIdentity
Package
Description
Package containing the inner data models for WeightsAndBiases.
Package containing the data models for WeightsAndBiases.
-
Uses of ManagedServiceIdentity in com.azure.resourcemanager.weightsandbiases.fluent.models
Methods in com.azure.resourcemanager.weightsandbiases.fluent.models that return ManagedServiceIdentityModifier and TypeMethodDescriptionInstanceResourceInner.identity()Get the identity property: The managed service identities assigned to this resource.Methods in com.azure.resourcemanager.weightsandbiases.fluent.models with parameters of type ManagedServiceIdentityModifier and TypeMethodDescriptionInstanceResourceInner.withIdentity(ManagedServiceIdentity identity) Set the identity property: The managed service identities assigned to this resource. -
Uses of ManagedServiceIdentity in com.azure.resourcemanager.weightsandbiases.models
Methods in com.azure.resourcemanager.weightsandbiases.models that return ManagedServiceIdentityModifier and TypeMethodDescriptionstatic ManagedServiceIdentityManagedServiceIdentity.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of ManagedServiceIdentity from the JsonReader.InstanceResource.identity()Gets the identity property: The managed service identities assigned to this resource.InstanceResourceUpdate.identity()Get the identity property: The managed service identities assigned to this resource.ManagedServiceIdentity.withType(ManagedServiceIdentityType type) Set the type property: The type of managed identity assigned to this resource.ManagedServiceIdentity.withUserAssignedIdentities(Map<String, UserAssignedIdentity> userAssignedIdentities) Set the userAssignedIdentities property: The identities assigned to this resource by the user.Methods in com.azure.resourcemanager.weightsandbiases.models with parameters of type ManagedServiceIdentityModifier and TypeMethodDescriptionInstanceResource.DefinitionStages.WithIdentity.withIdentity(ManagedServiceIdentity identity) Specifies the identity property: The managed service identities assigned to this resource..InstanceResource.UpdateStages.WithIdentity.withIdentity(ManagedServiceIdentity identity) Specifies the identity property: The managed service identities assigned to this resource..InstanceResourceUpdate.withIdentity(ManagedServiceIdentity identity) Set the identity property: The managed service identities assigned to this resource.