VirtualMachineIdentity Class
- java.
lang. Object - com.
microsoft. azure. management. compute. VirtualMachineIdentity
- com.
public class VirtualMachineIdentity
Identity for the virtual machine.
Method Summary
Modifier and Type | Method and Description |
---|---|
String |
principalId()
Get the principalId value. |
String |
tenantId()
Get the tenantId value. |
Resource |
type()
Get the type value. |
Virtual |
withType(ResourceIdentityType type)
Set the type value. |
Method Details
principalId
public String principalId()
Get the principalId value.
Returns:
the principalId value
tenantId
public String tenantId()
Get the tenantId value.
Returns:
the tenantId value
type
public ResourceIdentityType type()
Get the type value.
Returns:
the type value
withType
public VirtualMachineIdentity withType(ResourceIdentityType type)
Set the type value.
Parameters:
type
- the type value to set
Returns:
the VirtualMachineIdentity object itself.
Applies to
Colaborar con nosotros en GitHub
El origen de este contenido se puede encontrar en GitHub, donde también puede crear y revisar problemas y solicitudes de incorporación de cambios. Para más información, consulte nuestra guía para colaboradores.
Azure SDK for Java