DeviceSecurityGroupsOperationsExtensions.Delete 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.
User this method to deletes the device security group.
public static void Delete(this Microsoft.Azure.Management.Security.IDeviceSecurityGroupsOperations operations, string resourceId, string deviceSecurityGroupName);
static member Delete : Microsoft.Azure.Management.Security.IDeviceSecurityGroupsOperations * string * string -> unit
<Extension()>
Public Sub Delete (operations As IDeviceSecurityGroupsOperations, resourceId As String, deviceSecurityGroupName As String)
Parameters
- operations
- IDeviceSecurityGroupsOperations
The operations group for this extension method.
- resourceId
- String
The identifier of the resource.
- deviceSecurityGroupName
- String
The name of the device security group. Note that the name of the device security group is case insensitive.