ArmIotOperationsModelFactory.RegistryEndpointAnonymousAuthentication Method
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.
public static Azure.ResourceManager.IotOperations.Models.RegistryEndpointAnonymousAuthentication RegistryEndpointAnonymousAuthentication(Azure.ResourceManager.IotOperations.Models.RegistryEndpointAnonymousSettings anonymousSettings = default);
static member RegistryEndpointAnonymousAuthentication : Azure.ResourceManager.IotOperations.Models.RegistryEndpointAnonymousSettings -> Azure.ResourceManager.IotOperations.Models.RegistryEndpointAnonymousAuthentication
Public Shared Function RegistryEndpointAnonymousAuthentication (Optional anonymousSettings As RegistryEndpointAnonymousSettings = Nothing) As RegistryEndpointAnonymousAuthentication
Parameters
- anonymousSettings
- RegistryEndpointAnonymousSettings
Anonymous authentication properties.
Returns
A new RegistryEndpointAnonymousAuthentication instance for mocking.