< Back
Remove-AzureRmServiceFabricClusterCertificate
Post
NAME Remove-AzureRmServiceFabricClusterCertificate
SYNOPSIS
Remove a cluster certificate from being used for cluster security.
SYNTAX
Remove-AzureRmServiceFabricClusterCertificate [-ResourceGroupName] <String> [-Name] <String> [-DefaultProfile <IAzureContextContainer>]
-Thumbprint <String> [-Confirm] [-WhatIf] [<CommonParameters>]
DESCRIPTION
Use Remove-AzureRmServiceFabricClusterCertificate to remove a cluster certificate from the cluster, as long as there is another valid certificate
that is already in use in the cluster.
PARAMETERS
-DefaultProfile <IAzureContextContainer>
The credentials, account, tenant, and subscription used for communication with azure.
Required? false
Position? named
Default value None
Accept pipeline input? False
Accept wildcard characters? false
-Name <String>
Specify the name of the cluster.
Required? true
Position? 1
Default value None
Accept pipeline input? True (ByPropertyName)
Accept wildcard characters? false
-ResourceGroupName <String>
Specifies the name of the resource group.
Required? true
Position? 0
Default value None
Accept pipeline input? True (ByPropertyName)
Accept wildcard characters? false
-Thumbprint <String>
Specify the cluster thumbprint which to be removed.
Required? true
Position? named
Default value None
Accept pipeline input? True (ByValue)
Accept wildcard characters? false
-Confirm [<SwitchParameter>]
Prompts you for confirmation before running the cmdlet.
Required? false
Position? named
Default value False
Accept pipeline input? False
Accept wildcard characters? false
-WhatIf [<SwitchParameter>]
Shows what would happen if the cmdlet runs. The cmdlet is not run.
Required? false
Position? named
Default value False
Accept pipeline input? False
Accept wildcard characters? false
<CommonParameters>
This cmdlet supports the common parameters: Verbose, Debug,
ErrorAction, ErrorVariable, WarningAction, WarningVariable,
OutBuffer, PipelineVariable, and OutVariable. For more information, see
about_CommonParameters (http://go.microsoft.com/fwlink/?LinkID=113216).
INPUTS
System.String
OUTPUTS
Microsoft.Azure.Commands.ServiceFabric.Models.PsCluster
NOTES
Example 1
PS C:\\> Remove-AzureRmServiceFabricClusterCertificate -ResourceGroupName 'Group1' -Name 'Contoso01SFCluster' -Thumbprint
'5F3660C715EBBDA31DB1FFDCF508302348DE8E7A
This command removes the certificate with thumbprint 5F3660C715EBBDA31DB1FFDCF508302348DE8E7A from being used for cluster security.
RELATED LINKS
Online Version: https://docs.microsoft.com/en-us/powers ... ertificate
SYNOPSIS
Remove a cluster certificate from being used for cluster security.
SYNTAX
Remove-AzureRmServiceFabricClusterCertificate [-ResourceGroupName] <String> [-Name] <String> [-DefaultProfile <IAzureContextContainer>]
-Thumbprint <String> [-Confirm] [-WhatIf] [<CommonParameters>]
DESCRIPTION
Use Remove-AzureRmServiceFabricClusterCertificate to remove a cluster certificate from the cluster, as long as there is another valid certificate
that is already in use in the cluster.
PARAMETERS
-DefaultProfile <IAzureContextContainer>
The credentials, account, tenant, and subscription used for communication with azure.
Required? false
Position? named
Default value None
Accept pipeline input? False
Accept wildcard characters? false
-Name <String>
Specify the name of the cluster.
Required? true
Position? 1
Default value None
Accept pipeline input? True (ByPropertyName)
Accept wildcard characters? false
-ResourceGroupName <String>
Specifies the name of the resource group.
Required? true
Position? 0
Default value None
Accept pipeline input? True (ByPropertyName)
Accept wildcard characters? false
-Thumbprint <String>
Specify the cluster thumbprint which to be removed.
Required? true
Position? named
Default value None
Accept pipeline input? True (ByValue)
Accept wildcard characters? false
-Confirm [<SwitchParameter>]
Prompts you for confirmation before running the cmdlet.
Required? false
Position? named
Default value False
Accept pipeline input? False
Accept wildcard characters? false
-WhatIf [<SwitchParameter>]
Shows what would happen if the cmdlet runs. The cmdlet is not run.
Required? false
Position? named
Default value False
Accept pipeline input? False
Accept wildcard characters? false
<CommonParameters>
This cmdlet supports the common parameters: Verbose, Debug,
ErrorAction, ErrorVariable, WarningAction, WarningVariable,
OutBuffer, PipelineVariable, and OutVariable. For more information, see
about_CommonParameters (http://go.microsoft.com/fwlink/?LinkID=113216).
INPUTS
System.String
OUTPUTS
Microsoft.Azure.Commands.ServiceFabric.Models.PsCluster
NOTES
Example 1
PS C:\\> Remove-AzureRmServiceFabricClusterCertificate -ResourceGroupName 'Group1' -Name 'Contoso01SFCluster' -Thumbprint
'5F3660C715EBBDA31DB1FFDCF508302348DE8E7A
This command removes the certificate with thumbprint 5F3660C715EBBDA31DB1FFDCF508302348DE8E7A from being used for cluster security.
RELATED LINKS
Online Version: https://docs.microsoft.com/en-us/powers ... ertificate