UserAssignedIdentityProperties Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
UserAssignedIdentityProperties() |
Initializes a new instance of the UserAssignedIdentityProperties class. |
UserAssignedIdentityProperties(String) |
Initializes a new instance of the UserAssignedIdentityProperties class. |
UserAssignedIdentityProperties()
Initializes a new instance of the UserAssignedIdentityProperties class.
public UserAssignedIdentityProperties ();
Public Sub New ()
Applies to
UserAssignedIdentityProperties(String)
Initializes a new instance of the UserAssignedIdentityProperties class.
public UserAssignedIdentityProperties (string userAssignedIdentity = default);
new Microsoft.Azure.Management.ServiceBus.Models.UserAssignedIdentityProperties : string -> Microsoft.Azure.Management.ServiceBus.Models.UserAssignedIdentityProperties
Public Sub New (Optional userAssignedIdentity As String = Nothing)
Parameters
- userAssignedIdentity
- String
ARM ID of user Identity selected for encryption
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET