< Back

Get-AzureRmRedisCachePatchSchedule

Tue Jan 29, 2019 10:04 pm

NAME Get-AzureRmRedisCachePatchSchedule



SYNOPSIS

Gets a patch schedule.





SYNTAX

Get-AzureRmRedisCachePatchSchedule [-DefaultProfile <IAzureContextContainer>] -Name <String> [-ResourceGroupName <String>] [<CommonParameters>]





DESCRIPTION

The Get-AzureRmRedisCachePatchSchedule cmdlet gets a patch schedule for a cache in Azure Redis Cache.





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>

Specifies the name of a cache.



Required? true

Position? named

Default value None

Accept pipeline input? True (ByPropertyName)

Accept wildcard characters? false



-ResourceGroupName <String>

Specifies the name of the resource group which contains the cache.



Required? false

Position? named

Default value None

Accept pipeline input? True (ByPropertyName)

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

None

You can pipe input to this cmdlet by property name, but not by value.





OUTPUTS

Microsoft.Azure.Commands.RedisCache.Models.PSScheduleEntry

This cmdlet returns the of patch schedule entries set on the cache.





NOTES





* Keywords: azure, azurerm, arm, resource, management, manager, redis, cache, web, webapp, website



Example 1: Get the patch schedule



PS C:\\>Get-AzureRmRedisCachePatchSchedule -ResourceGroupName "ResourceGroup13" -Name "RedisCache06"



This command gets the patch schedule from the cache named RedisCache06.







RELATED LINKS

Online Version: https://docs.microsoft.com/en-us/powers ... chschedule

New-AzureRmRedisCachePatchSchedule

New-AzureRmRedisCacheScheduleEntry

Remove-AzureRmRedisCachePatchSchedule