ArmDeviceRegistryModelFactory.DeviceRegistryNamespacePatch 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.DeviceRegistry.Models.DeviceRegistryNamespacePatch DeviceRegistryNamespacePatch(Azure.ResourceManager.DeviceRegistry.Models.SystemAssignedServiceIdentity identity = default, System.Collections.Generic.IDictionary<string,string> tags = default, System.Collections.Generic.IDictionary<string,Azure.ResourceManager.DeviceRegistry.Models.MessagingEndpoint> namespaceUpdateMessagingEndpoints = default);
static member DeviceRegistryNamespacePatch : Azure.ResourceManager.DeviceRegistry.Models.SystemAssignedServiceIdentity * System.Collections.Generic.IDictionary<string, string> * System.Collections.Generic.IDictionary<string, Azure.ResourceManager.DeviceRegistry.Models.MessagingEndpoint> -> Azure.ResourceManager.DeviceRegistry.Models.DeviceRegistryNamespacePatch
Public Shared Function DeviceRegistryNamespacePatch (Optional identity As SystemAssignedServiceIdentity = Nothing, Optional tags As IDictionary(Of String, String) = Nothing, Optional namespaceUpdateMessagingEndpoints As IDictionary(Of String, MessagingEndpoint) = Nothing) As DeviceRegistryNamespacePatch
Parameters
- identity
- SystemAssignedServiceIdentity
The managed service identities assigned to this resource.
- tags
- IDictionary<String,String>
Resource tags.
- namespaceUpdateMessagingEndpoints
- IDictionary<String,MessagingEndpoint>
Dictionary of messaging endpoints.
Returns
A new DeviceRegistryNamespacePatch instance for mocking.