RegistryEndpointAnonymousAuthentication Constructor
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.
Initializes a new instance of RegistryEndpointAnonymousAuthentication.
public RegistryEndpointAnonymousAuthentication(Azure.ResourceManager.IotOperations.Models.RegistryEndpointAnonymousSettings anonymousSettings);
new Azure.ResourceManager.IotOperations.Models.RegistryEndpointAnonymousAuthentication : Azure.ResourceManager.IotOperations.Models.RegistryEndpointAnonymousSettings -> Azure.ResourceManager.IotOperations.Models.RegistryEndpointAnonymousAuthentication
Public Sub New (anonymousSettings As RegistryEndpointAnonymousSettings)
Parameters
- anonymousSettings
- RegistryEndpointAnonymousSettings
Anonymous authentication properties.
Exceptions
anonymousSettings is null.