Microsoft.Azure.Commands.RedisCache.RedisCacheClient.RemovePatchSchedules C# (CSharp) Method

RemovePatchSchedules() public method

public RemovePatchSchedules ( string resourceGroupName, string cacheName ) : void
resourceGroupName string
cacheName string
return void
        public void RemovePatchSchedules(string resourceGroupName, string cacheName)
        {
            _client.PatchSchedules.Delete(resourceGroupName, cacheName);
        }
    }