Show / Hide Table of Contents

    Enum ResourceIdentityType

    Defines values for ResourceIdentityType.

    Namespace: System.Dynamic.ExpandoObject
    Assembly: Microsoft.Azure.Management.Compute.dll
    Syntax
    [Newtonsoft.Json.JsonConverter(typeof(Newtonsoft.Json.Converters.StringEnumConverter))]
    public enum ResourceIdentityType

    None

    SystemAssigned

    SystemAssignedUserAssigned

    UserAssigned

    Back to top Azure SDK for Net